Problem | blank |
---|---|
User | shashi93 |
Submission Time | 2024-04-01 14:57:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
blank.cpp:1:2: error: stray ‘#’ in program
1 | i#nclude <bits/stdc++.h>
| ^
blank.cpp:1:1: error: ‘i’ does not name a type
1 | i#nclude <bits/stdc++.h>
| ^
blank.cpp: In function ‘int main()’:
blank.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << "''";
| ^~~~