Problem monsters
User beepbeepsheep
Submission Time 2023-11-30 20:44:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters.cpp: In function ‘int main()’:
monsters.cpp:7:2: error: ‘ll’ was not declared in this scope
7 | ll n,a,b;
| ^~
monsters.cpp:8:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
8 | cin>>n;
| ^
| yn
monsters.cpp:10:8: error: ‘a’ was not declared in this scope
10 | cin>>a>>b;
| ^
monsters.cpp:10:11: error: ‘b’ was not declared in this scope
10 | cin>>a>>b;
| ^