| Problem | diesel |
|---|---|
| User | tomo31415 |
| Submission Time | 2026-02-22 16:45:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
diesel.cpp:1:1: error: ‘clude’ does not name a type
1 | clude<bits/stdc++.h>
| ^~~~~
diesel.cpp: In function ‘int main()’:
diesel.cpp:10:5: error: ‘ios’ has not been declared
10 | ios::sync_with_stdio(0);
| ^~~
diesel.cpp:11:5: error: ‘cin’ was not declared in this scope
11 | cin.tie(0);
| ^~~
diesel.cpp:12:5: error: ‘cout’ was not declared in this scope
12 | cout.tie(0);
| ^~~~