| Problem | childsetter5 |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-11-19 10:46:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
childsetter5.cpp: In function ‘int main()’:
childsetter5.cpp:29:2: error: expected ‘,’ or ‘;’ before ‘for’
29 | for (int i = 0; i < m; ++i)
| ^~~
childsetter5.cpp:29:18: error: ‘i’ was not declared in this scope
29 | for (int i = 0; i < m; ++i)
| ^
childsetter5.cpp:45:37: error: expected ‘}’ at end of input
45 | cout << static_cast<int>(ceil(out));
| ^
childsetter5.cpp:7:1: note: to match this ‘{’
7 | {
| ^