Problem | 3nplus1 |
---|---|
User | RandomCtfNoob |
Submission Time | 2024-02-28 17:24:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
3nplus1.cpp: In function ‘int main()’:
3nplus1.cpp:9:11: error: expected ‘;’ before ‘cout’
9 | i = S/2
| ^
| ;
10 | cout << i;
| ~~~~
3nplus1.cpp:12:15: error: expected ‘;’ before ‘cout’
12 | i = S+S+S+1
| ^
| ;
13 | cout << i;
| ~~~~