Problem lunchcombo
User kahchun
Submission Time 2023-11-13 09:49:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchcombo.cpp: In function ‘int main()’:
lunchcombo.cpp:3:13: error: expected unqualified-id before ‘long’
3 | #define int long long
| ^~~~
lunchcombo.cpp:65:37: note: in expansion of macro ‘int’
65 | int low = 0, high = LLONG_MAX - 1, int best;
| ^~~
lunchcombo.cpp:72:4: error: ‘best’ was not declared in this scope
72 | best = mid;
| ^~~~
lunchcombo.cpp:79:10: error: ‘best’ was not declared in this scope
79 | cout << best << endl;
| ^~~~