Problem | nostatement |
---|---|
User | AlphanumericUsername |
Submission Time | 2023-02-01 17:02:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nostatement.cpp: In function ‘int main()’:
nostatement.cpp:20:3: error: ‘ll’ was not declared in this scope
20 | ll tc, n, m;
| ^~
nostatement.cpp:21:10: error: ‘tc’ was not declared in this scope; did you mean ‘tm’?
21 | cin >> tc;
| ^~
| tm
nostatement.cpp:23:12: error: ‘n’ was not declared in this scope
23 | cin >> n >> m;
| ^
nostatement.cpp:23:17: error: ‘m’ was not declared in this scope
23 | cin >> n >> m;
| ^