Problem typo
User Denzio321
Submission Time 2023-02-02 09:55:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:12:22: error: expected ‘;’ before ‘hold’
12 | hold[i] = hold[i+1]
| ^
| ;
13 | hold[i+1] = hold[i]
| ~~~~
typo.cpp:20:10: error: expected ‘}’ at end of input
20 | return 0;
| ^
typo.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^