Problem | 3nplus1 |
---|---|
User | Robotzfive |
Submission Time | 2025-05-18 23:22:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:17:13: error: expected ‘;’ before ‘return’
17 | cout << "1"
| ^
| ;
18 | return 0;
| ~~~~~~