| Problem | yayornay |
|---|---|
| User | Devthethala |
| Submission Time | 2026-06-22 15:44:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:6:5: error: ‘str’ was not declared in this scope; did you mean ‘std’?
6 | str Competition;
| ^~~
| std
yayornay.cpp:7:12: error: ‘Competition’ was not declared in this scope
7 | cin >> Competition;
| ^~~~~~~~~~~