Problem burgers
User dieunq1309
Submission Time 2025-09-01 13:12:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

burgers.cpp: In function ‘int main()’:
burgers.cpp:3:13: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define int long long
| ^~~~
burgers.cpp:22:5: note: in expansion of macro ‘int’
22 | int mx = r;
| ^~~
burgers.cpp:26:21: error: ‘mx’ was not declared in this scope
26 | if (temp >= mx) {
| ^~
burgers.cpp:32:13: error: ‘mx’ was not declared in this scope
32 | cout << mx << endl;
| ^~