Problem catlunch
User Batigol
Submission Time 2024-04-01 14:01:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:9:25: error: expected ‘;’ before ‘long’
9 | cin.tie(0); cout.tie(0)
| ^
| ;
catlunch.cpp:11:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
11 | cin>>n>>r;
| ^
| yn
catlunch.cpp:11:13: error: ‘r’ was not declared in this scope
11 | cin>>n>>r;
| ^