| Problem | laptop |
|---|---|
| User | Adam |
| Submission Time | 2024-06-21 16:01:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:18:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
18 | if(M>=arr[N][C]M){
| ^
laptop.cpp:18:18: error: expected ‘)’ before ‘M’
18 | if(M>=arr[N][C]M){
| ~ ^
| )
laptop.cpp:26:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
26 | if(M>=arr[N][C]){
| ^