Problem typo
User skibidininja98
Submission Time 2024-06-19 10:49:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:17:18: error: expected ‘;’ before ‘for’
17 | cout<<"No"<<endl
| ^
| ;
18 | for(int i = 0; i<n; i++){
| ~~~
typo.cpp:18:17: error: ‘i’ was not declared in this scope
18 | for(int i = 0; i<n; i++){
| ^