Problem | minimum |
---|---|
User | Elwinthenerd |
Submission Time | 2024-08-26 20:42:43 |
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:19: error: expected ‘;’ before ‘<’ token
5 | for (int x = 0, x < N,x++){
| ^~
| ;
minimum.cpp:5:20: error: expected primary-expression before ‘<’ token
5 | for (int x = 0, x < N,x++){
| ^
minimum.cpp:5:27: 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];
| ~~~~^~~~~