Problem | minimum |
---|---|
User | ZhuoXiang |
Submission Time | 2023-12-04 15:50:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int32_t main()’:
minimum.cpp:17:8: error: ‘i’ was not declared in this scope
17 | int a[i];
| ^
minimum.cpp:19:10: error: ‘a’ was not declared in this scope
19 | cin >> a[i]
| ^
minimum.cpp:21:2: error: expected ‘}’ at end of input
21 | }
| ^
minimum.cpp:14:15: note: to match this ‘{’
14 | int32_t main(){
| ^