Problem | minimum |
---|---|
User | Pranav |
Submission Time | 2024-12-09 21:36:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:13:7: error: ‘N’ was not declared in this scope
13 | cin>>N;
| ^
minimum.cpp:17:3: error: ‘A’ was not declared in this scope
17 | A.push_back(ele);
| ^
minimum.cpp:19:23: error: ‘A’ was not declared in this scope
19 | cout <<findMin(N, A);
| ^