Problem potatosalad
User XY
Submission Time 2024-01-29 16:48:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:7:5: error: expected unqualified-id before ‘>>’ token
7 | int>>N>>D;
| ^~
potatosalad.cpp:8:5: error: expected unqualified-id before ‘>>’ token
8 | int>>M;
| ^~
potatosalad.cpp:9:9: error: ‘arr’ was not declared in this scope
9 | sort(M,arr+n);
| ^~~
potatosalad.cpp:9:13: error: ‘n’ was not declared in this scope
9 | sort(M,arr+n);
| ^