Problem | add1_easy |
---|---|
User | TheRaptor |
Submission Time | 2024-03-28 13:51:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
add1_easy.cpp:3:8: error: empty character constant
3 | print('''6
| ^~
add1_easy.cpp:3:10: error: missing terminating ' character
3 | print('''6
| ^~
add1_easy.cpp:5:3: error: empty character constant
5 | 70''')
| ^~
add1_easy.cpp:5:5: error: missing terminating ' character
5 | 70''')
| ^~
add1_easy.cpp:7:8: error: empty character constant
7 | print('''56
| ^~
add1_easy.cpp:7:10: error: missing terminating ' character
7 | print('''56
| ^~~
add1_easy.cpp:57:1: error: empty character constant
57 | ''')
| ^~
add1_easy.cpp:57:3: error: missing terminating ' character
57 | ''')
| ^~
add1_easy.cpp:59:8: error: empty character constant
59 | print('''-540
| ^~
add1_easy.cpp:59:10: error: missing terminating ' character
59 | print('''-540
| ^~~~~
add1