Problem | deciphering_zane |
---|---|
User | acertainsomeone |
Submission Time | 2023-03-31 20:38:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
deciphering_zane.cpp: In function ‘int main()’:
deciphering_zane.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> N;
| ^~~
deciphering_zane.cpp:6:3: error: ‘cout’ was not declared in this scope
6 | cout << "No, I'm typing with one hand." << endl;
| ^~~~
deciphering_zane.cpp:6:46: error: ‘endl’ was not declared in this scope
6 | cout << "No, I'm typing with one hand." << endl;
| ^~~~
deciphering_zane.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << "Did you do our homework today?" << endl;
| ^~~~
deciphering_zane.cpp:9:47: error: ‘endl’ was not declared in this scope
9 | cout << "Did you do our homework today?" << endl;
| ^~~~
deciphering_zane.cpp:12:3: error: ‘cout’ was not declared in this scope