Problem 3nplus1
User blob
Submission Time 2023-11-10 11:09:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:7:18: error: expected ‘)’ before numeric constant
7 | for (i=0;1<n;i++0{
| ~ ^
| )
3nplus1.cpp:7:19: error: expected ‘;’ before ‘{’ token
7 | for (i=0;1<n;i++0{
| ^
| ;