Problem yayornay
User Devthethala
Submission Time 2026-06-22 15:42:48
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:8:8: error: expected ‘(’ before ‘{’ token
8 | if {(Competition == "CPIC");
| ^
| (
yayornay.cpp:10:6: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~