Problem | arrayfind |
---|---|
User | YongXin |
Submission Time | 2023-06-11 11:22:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayfind.cpp: In function ‘int main()’:
arrayfind.cpp:8:13: error: expected ‘;’ before ‘cin’
8 | sort(a,a+l)
| ^
| ;
9 | cin>>q;
| ~~~
arrayfind.cpp:21:1: error: expected ‘}’ at end of input
21 | }
| ^
arrayfind.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^