| Problem | mindeque |
|---|---|
| User | Soysauce |
| Submission Time | 2025-01-03 15:46:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
mindeque.cpp: In function ‘int main()’:
mindeque.cpp:5:12: error: expected ‘;’ before ‘long’
5 | cin.tie(0)
| ^
| ;
6 | long long cancer,t,a;
| ~~~~
mindeque.cpp:10:9: error: ‘cancer’ was not declared in this scope
10 | cin >> cancer;
| ^~~~~~
mindeque.cpp:12:10: error: ‘t’ was not declared in this scope
12 | cin >> t;
| ^
mindeque.cpp:14:9: error: ‘a’ was not declared in this scope
14 | cin>>a;
| ^
mindeque.cpp:23:11: error: ‘a’ was not declared in this scope
23 | cin >> a;
| ^