Problem | platonic5 |
---|---|
User | WangZhenxuan |
Submission Time | 2025-06-30 08:01:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic5.cpp: In function ‘int main()’:
platonic5.cpp:18:33: error: expected ‘;’ before ‘cout’
18 | clock += abs(test - current)
| ^
| ;
19 |
20 | cout << clock;
| ~~~~