Problem | add1_easy |
---|---|
User | TheRaptor |
Submission Time | 2024-03-28 13:51:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1_easy.cpp:4:10: error: missing terminating " character
4 | print("""6
| ^~
add1_easy.cpp:6:5: error: missing terminating " character
6 | 70""")
| ^~
add1_easy.cpp:8:10: error: missing terminating " character
8 | print("""56
| ^~~
add1_easy.cpp:58:3: error: missing terminating " character
58 | """)
| ^~
add1_easy.cpp:60:10: error: missing terminating " character
60 | print("""-540
| ^~~~~
add1_easy.cpp:1060:3: error: missing terminating " character
1060 | """)
| ^~
add1_easy.cpp:2:1: error: āiā does not name a type
2 | i = int(input())
| ^