Problem | thedarknight |
---|---|
User | LiuZq |
Submission Time | 2025-01-03 18:46:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thedarknight.cpp: In function ‘int main()’:
thedarknight.cpp:10:5: error: ‘ll’ was not declared in this scope
10 | ll a,b,n;
| ^~
thedarknight.cpp:11:10: error: ‘a’ was not declared in this scope
11 | cin>>a>>b>>n;
| ^
thedarknight.cpp:11:13: error: ‘b’ was not declared in this scope
11 | cin>>a>>b>>n;
| ^
thedarknight.cpp:11:16: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
11 | cin>>a>>b>>n;
| ^
| yn