Problem | minimum |
---|---|
User | Elwinthenerd |
Submission Time | 2024-08-26 20:42: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:18: error: expected ‘;’ before ‘<’ token
5 | for (int x = 0,x<N,x++){
| ^
| ;
minimum.cpp:5:18: error: expected primary-expression before ‘<’ token
minimum.cpp:5:24: error: expected ‘;’ before ‘)’ token
5 | for (int x = 0,x<N,x++){
| ^
| ;
minimum.cpp:6:7: error: no match for ‘operator<<’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘int’)
6 | cin << A[x];
| ~~~ ^~ ~~~~
| | |
| | int
| std::istream {aka std::basic_istream<char>}
minimum.cpp:6:7: note: candidate: ‘operator<<(int, int)’ <built-in>
6 | cin << A[x];
| ~~~~^~~~~~~
minimum.cpp:6:7: note: no known conversion for argument 1 from ‘std::istream’ {aka