Problem kfc
User AppleOnAstick
Submission Time 2023-11-15 14:24:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp: In function ‘int32_t main()’:
kfc.cpp:9:10: error: ‘a’ was not declared in this scope
9 | cin >> a[i];
| ^
kfc.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
kfc.cpp:4:15: note: to match this ‘{’
4 | int32_t main(){
| ^