| Problem | ccs |
|---|---|
| User | helloworld |
| Submission Time | 2024-09-23 14:03:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:25:21: error: expected ‘;’ before ‘x’
25 | cin >> x
| ^
| ;
26 | x++;
| ~