Problem 1503
User jmuzhen
Submission Time 2023-08-18 13:59:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

1503.cpp: In function ‘int main()’:
1503.cpp:6:14: error: expected ‘}’ at end of input
6 | cout << '\n';
| ^
1503.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^