Problem | yayornay |
---|---|
User | yhmixeI |
Submission Time | 2024-06-21 12:41:43 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:10:13: error: expected ‘;’ before ‘}’ token
10 | cout<<"Yay"
| ^
| ;
11 | }
| ~
yayornay.cpp:13:13: error: expected ‘;’ before ‘}’ token
13 | cout<<"Nay"
| ^
| ;
14 | }
| ~