Problem | kfc |
---|---|
User | wrizz69 |
Submission Time | 2023-11-10 15:49:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
kfc.cpp:1:2: error: invalid preprocessing directive #Include; did you mean #include?
1 | #Include <Iostream>
| ^~~~~~~
| include
kfc.cpp:2:2: error: invalid preprocessing directive #Include; did you mean #include?
2 | #Include <Vector>
| ^~~~~~~
| include
kfc.cpp:3:2: error: invalid preprocessing directive #Include; did you mean #include?
3 | #Include <Iomanip>
| ^~~~~~~
| include
kfc.cpp:4:2: error: invalid preprocessing directive #Include; did you mean #include?
4 | #Include <Cmath>
| ^~~~~~~
| include
kfc.cpp:6:1: error: ‘Using’ does not name a type
6 | Using Namespace Std;
| ^~~~~
kfc.cpp:8:1: error: ‘Int’ does not name a type; did you mean ‘int’?
8 | Int Main() {
| ^~~
| int