Problem | abc_apio23 |
---|---|
User | shashi93 |
Submission Time | 2024-04-27 11:34:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
abc_apio23.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
abc_apio23.cpp: In function ‘int main()’:
abc_apio23.cpp:5:2: error: ‘cout’ was not declared in this scope
5 | cout << "👽";
| ^~~~