| Problem | minimum |
|---|---|
| User | idkhowtocode |
| Submission Time | 2026-03-10 19:31:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp:6:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> N;
| ^~~
| sin
minimum.cpp:7:8: error: array bound is not an integer constant before ‘]’ token
7 | int A[N];
| ^
minimum.cpp:8:1: error: expected unqualified-id before ‘for’
8 | for (int i=0; i<N; i++){
| ^~~
minimum.cpp:8:15: error: ‘i’ does not name a type
8 | for (int i=0; i<N; i++){
| ^
minimum.cpp:8:20: error: ‘i’ does not name a type
8 | for (int i=0; i<N; i++){
| ^