Problem | ultimateifelse |
---|---|
User | pseudocoder101 |
Submission Time | 2025-06-16 16:20:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:6:2: error: expected initializer before ‘cin’
6 | cin>>num>>word;
| ^~~
ultimateifelse.cpp:11:12: error: ‘word’ was not declared in this scope
11 | }else if (word=="hello"){
| ^~~~