| Problem | minimum |
|---|---|
| User | AnonymousNoob |
| Submission Time | 2025-02-13 22:39:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:5:5: error: ‘ll’ was not declared in this scope
5 | ll m=LLONG_MAX;
| ^~
minimum.cpp:8:9: error: ‘m’ was not declared in this scope
8 | m=min(m, A[i]);
| ^
minimum.cpp:10:12: error: ‘m’ was not declared in this scope
10 | return m;
| ^