Problem | guessproblem |
---|---|
User | RandomPerson |
Submission Time | 2023-01-02 19:49:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem.cpp:3:2: error: invalid preprocessing directive #int
3 | #int main(){
| ^~~
guessproblem.cpp:5:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
5 | cin>>t;
| ^~~
| sin
guessproblem.cpp:6:1: error: ‘cout’ does not name a type
6 | cout<<"aaaaaaaaaaaaaaaaaaaa";
| ^~~~
guessproblem.cpp:7:1: error: expected declaration before ‘}’ token
7 | }
| ^