Problem | yaleuniversity |
---|---|
User | paaaaaaaaaaaaaaaaaaa |
Submission Time | 2024-11-04 13:13:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yaleuniversity.cpp: In function ‘int main()’:
yaleuniversity.cpp:9:12: error: expected initializer before ‘res’
9 | string res;
| ^~~
yaleuniversity.cpp:17:13: error: ‘res’ was not declared in this scope
17 | res = w;
| ^~~
yaleuniversity.cpp:21:13: error: ‘res’ was not declared in this scope
21 | cout << res << "\n";
| ^~~