Problem maximum
User HelloMhing
Submission Time 2023-07-11 23:13:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:6:15: error: ‘n’ was not declared in this scope
6 | scanf("%d", &n);
| ^
maximum.cpp:7:15: error: ‘m’ was not declared in this scope
7 | scanf("%d", &m);
| ^