Problem urarareader
User dharshanmb
Submission Time 2026-06-23 10:54:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp: In function ‘int main()’:
urarareader.cpp:4:16: error: a function-definition is not allowed here before ‘{’ token
4 | int main (){
| ^
urarareader.cpp:16:23: error: expected ‘}’ at end of input
16 | cout<<"/n";
| ^
urarareader.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^