Problem gotoschool
User Jude
Submission Time 2024-08-01 21:52:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:8:34: error: expected ‘;’ before ‘cin’
8 | ios_base::sync_with_stdio(false)
| ^
| ;
9 | cin.tie(nullptr)
| ~~~
gotoschool.cpp:11:12: error: ‘children’ was not declared in this scope
11 | cin >> children;
| ^~~~~~~~