Problem blank
User shashi93
Submission Time 2024-04-01 14:57:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

blank.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
blank.cpp: In function ‘int main()’:
blank.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << "''";
| ^~~~