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