Problem greeting
User Uoelpc
Submission Time 2023-11-08 23:10:02
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: In function ‘int main()’:
greeting.cpp:5:1: error: ‘cin’ was not declared in this scope
5 | cin >> S;
| ^~~
greeting.cpp:5:8: error: ‘S’ was not declared in this scope
5 | cin >> S;
| ^
greeting.cpp:6:1: error: ‘cout’ was not declared in this scope
6 | cout << S << " ni hao, xin nian kuai le!"
| ^~~~