Problem yayornay
User herngr3y
Submission Time 2026-06-29 15:12:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

yayornay.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
yayornay.cpp: In function ‘int main()’:
yayornay.cpp:6:2: error: ‘string’ was not declared in this scope
6 | string s;
| ^~~~~~
yayornay.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin >> s;
| ^~~
yayornay.cpp:7:9: error: ‘s’ was not declared in this scope
7 | cin >> s;
| ^
yayornay.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "Yay";
| ^~~~
yayornay.cpp:14:3: error: ‘cout’ was not declared in this scope
14 | cout << "Nay";
| ^~~~