Problem | reverse |
---|---|
User | hklzz |
Submission Time | 2025-06-18 09:59:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
reverse.cpp: In function ‘int main()’:
reverse.cpp:7:13: error: expected ‘}’ at end of input
7 | cin >> N;
| ^
reverse.cpp:5:12: note: to match this ‘{’
5 | int main() {
| ^