Problem gotoschool
User niicoletong
Submission Time 2025-06-19 23:17:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:10:14: error: expected ‘;’ before ‘}’ token
10 | cin >> a[i]
| ^
| ;
11 | }
| ~
gotoschool.cpp:18:8: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::vector<int>’)
18 | cout << order{i} <<;
| ~~~~ ^~ ~~~~~
| | |
| | std::vector<int>
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/istream:39,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from gotoschool.cpp:1:
/usr/include/c++/9/ostream:108:7: note: candidate: ‘s