Problem ultimateifelse
User votesac
Submission Time 2024-02-14 17:02:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:3:2: error: ‘string’ was not declared in this scope
3 | string s;
| ^~~~~~
ultimateifelse.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> n >> s;
| ^~~
ultimateifelse.cpp:5:14: error: ‘s’ was not declared in this scope
5 | cin >> n >> s;
| ^
ultimateifelse.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << "one";
| ^~~~
ultimateifelse.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << 9;
| ^~~~
ultimateifelse.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "world";
| ^~~~
ultimateifelse.cpp:13:3: error: ‘cout’ was not declared in this scope
13 | cout << "andss";
| ^~~~
ultimateifelse.cpp:15:3: error: ‘cout’ was not declared in this scope
1