¿Puedes responder estas preguntas? III
Submit solution
Points:
100 (partial)
Time limit:
4.0s
Java 8
8.0s
Python
8.0s
Memory limit:
1G
Author:
Problem type
Allowed languages
Ada, Assembly, Awk, BrainF***, C, C#, C++, Dart, Go, Java, JS, Kotlin, Lua, Pascal, Perl, Prolog, Python, Scala, Swift, VB
Se le da una sequencia de enteros entre y . En esta sequencia usted debe aplicar operaciones:
Modificar el -ésimo elemento en la sequencia o, dados imprimir .
Entrada
La primera línea de entrada contiene un entero . La siguiente línea contiene enteros, representando la sequencia .
La tercera línea contiene un entero . Las siguientes líneas contienen las operaciones en la siguiente forma:
- : sustituir por .
- : imprimir .
Salida
Para cada pregunta (operación de tipo ), imprimir un entero según requiere el problema.
Ejemplo de entrada
4
1 2 3 4
4
1 1 3
0 3 -3
1 2 4
1 3 3
Ejemplo de salida
6
4
-3
Comments
¿El ejercicio se puede hacer por Sqrt Descomposition?
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.
This comment is hidden due to too much negative feedback. Show it anyway.