Problem | greeting |
---|---|
User | zixin |
Submission Time | 2023-11-10 14:11:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
greeting.cpp: In function ‘int main()’:
greeting.cpp:5:2: error: expected initializer before ‘cin’
5 | cin >> a >> b >> c;
| ^~~
greeting.cpp:5:20: error: expected ‘}’ at end of input
5 | cin >> a >> b >> c;
| ^
greeting.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^