Problem greeting
User invisiblestrxng
Submission Time 2023-11-08 10:52:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
greeting.cpp:3:1: error: ‘string’ does not name a type
3 | string a = input
| ^~~~~~