Problem | 3nplus1II |
---|---|
User | c00dingstudygolden |
Submission Time | 2024-05-13 09:11:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1II.cpp:5:9: error: macro names must be identifiers
5 | #define ' ;
| ^~~
3nplus1II.cpp:8:30: error: missing terminating ' character
8 | ios_base::sync_with_stdio(0)'
| ^
3nplus1II.cpp:9:12: error: missing terminating ' character
9 | cin.tie(0)'
| ^
3nplus1II.cpp:10:13: error: missing terminating ' character
10 | cout.tie(0)'
| ^
3nplus1II.cpp:12:17: error: missing terminating ' character
12 | ll length, time'
| ^
3nplus1II.cpp:14:23: error: missing terminating ' character
14 | cin >> length >> time'
| ^
3nplus1II.cpp:19:15: error: missing terminating ' character
19 | length = -1'
| ^
3nplus1II.cpp:20:9: error: missing terminating ' character
20 | break'
| ^
3nplus1II.cpp:24:15: error: missing t