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