Problem yayornay
User Devthethala
Submission Time 2026-06-22 15:41:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~~~~~~~~~
yayornay.cpp:10:5: error: ‘else’ without a previous ‘if’
10 | else
| ^~~~