Problem urarareader
User dharshanmb
Submission Time 2026-06-23 11:00:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

urarareader.cpp: In function ‘int main()’:
urarareader.cpp:8:26: error: expected primary-expression before ‘;’ token
8 | for(long long i =;i<n;i++){
| ^
urarareader.cpp:13:28: error: expected ‘;’ before ‘}’ token
13 | cout <<"No"
| ^
| ;
14 | }
| ~
urarareader.cpp:16:3: error: expected ‘}’ at end of input
16 | }
| ^
urarareader.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^