| Problem | area |
|---|---|
| User | Adam |
| Submission Time | 2024-06-19 10:51:39 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:9:29: error: expected ‘)’ before ‘;’ token
9 | for (int i = 0; i < K; i+=1;){
| ~ ^
| )
area.cpp:9:30: error: expected primary-expression before ‘)’ token
9 | for (int i = 0; i < K; i+=1;){
| ^