| Problem | ultimateifelse |
|---|---|
| User | GuzzaGamu |
| Submission Time | 2026-03-19 21:28:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:9:5: error: ‘str’ was not declared in this scope; did you mean ‘std’?
9 | str b;
| ^~~
| std
ultimateifelse.cpp:10:17: error: ‘b’ was not declared in this scope
10 | cin >> a >> b;
| ^
ultimateifelse.cpp:21:16: error: ‘len’ was not declared in this scope; did you mean ‘mblen’?
21 | } else if (len(b) > 5) {
| ^~~
| mblen
ultimateifelse.cpp:25:16: error: ‘n’ was not declared in this scope
25 | } else if (n % 2 == 0) {
| ^