Problem | minimum |
---|---|
User | lzy |
Submission Time | 2024-12-28 15:09:23 |
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: ‘cout’ was not declared in this scope
5 | cout << min(A);
| ^~~~
minimum.cpp:1:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;
minimum.cpp:5:13: error: ‘min’ was not declared in this scope
5 | cout << min(A);
| ^~~