Problem | laptop |
---|---|
User | lynovyl |
Submission Time | 2024-06-21 15:41:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
laptop.cpp: In function ‘int main()’:
laptop.cpp:4:13: error: expected initializer before ‘M’
4 | long long N M;
| ^
laptop.cpp:5:13: error: expected initializer before ‘C’
5 | long long T C;
| ^
laptop.cpp:6:6: error: ‘T’ was not declared in this scope
6 | if (T==0){
| ^
laptop.cpp:9:5: error: expected ‘(’ before ‘T’
9 | if T==1){
| ^
| (