| Problem | greeting |
|---|---|
| User | ChronoVortex |
| Submission Time | 2023-11-08 11:10:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:7:22: error: expected ‘;’ before ‘cout’
7 | getline (std::cin,S)
| ^
| ;
8 | cout << S << " ni hao, xin nian kuai le!";
| ~~~~