Problem | 3nplus1 |
---|---|
User | Ant1234567890 |
Submission Time | 2025-06-09 10:35:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:14:9: error: expected ‘;’ before ‘return’
14 | cout<<x
| ^
| ;
15 | return 0;
| ~~~~~~