Problem mandarins
User usernamehere
Submission Time 2024-03-17 16:40:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mandarins.cpp: In function ‘int main()’:
mandarins.cpp:3:12: error: expected ‘,’ or ‘;’ before ‘long’
3 | #define ll long long
| ^~~~
mandarins.cpp:15:2: note: in expansion of macro ‘ll’
15 | ll n, k;
| ^~
mandarins.cpp:16:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
16 | cin >> n >> k;
| ^
| yn
mandarins.cpp:16:14: error: ‘k’ was not declared in this scope
16 | cin >> n >> k;
| ^