Problem | greeting |
---|---|
User | MysteriousMystery |
Submission Time | 2025-06-20 14:34:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:2: error: ‘string’ was not declared in this scope
5 | string S;
| ^~~~~~
greeting.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> S;
| ^~~
greeting.cpp:6:12: error: ‘S’ was not declared in this scope
6 | cin >> S;
| ^
greeting.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << S << " ni" << " hao," <<" xin" << " nian" << " kuai" << " le!";
| ^~~~