█████████ ████ ███░░░░░███ ░░███ ███ ░░░ ██████ ███████ ██████ ██████ ░███ ███░░███ ███░░███ ███░░███ ███░░███ ░███ ░███ ░███░███ ░███ ░███████ ░███ ░███ ░░███ ███░███ ░███░███ ░███ ░███░░░ ░███ ░███ ░░█████████ ░░██████ ░░████████░░██████ ░░██████ ░░░░░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░░░

Envío 7184

Problema 0x78 - Suma de 2 números

  • Autor: emmanuelp
  • Fecha: 2023-10-23 18:32:43 UTC (Hace 7 meses)
Caso # Resultado Tiempo Memoria
#1
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    return a + b;
    ^
SyntaxError: 'return' outside function
0.01 s 3 KBi
#2
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    return a + b;
    ^
SyntaxError: 'return' outside function
0.009 s 3 KBi
#3
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    return a + b;
    ^
SyntaxError: 'return' outside function
0.009 s 3 KBi
#4
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    return a + b;
    ^
SyntaxError: 'return' outside function
0.009 s 3 KBi
#5
Error en tiempo de ejecución (NZEC)
Exited with error status 1
  File "script.py", line 1
    return a + b;
    ^
SyntaxError: 'return' outside function
0.009 s 3 KBi
Puntos totales: 0 / 100

Código

return a + b;