Problem | greeting |
---|---|
User | Adflhjk |
Submission Time | 2023-11-08 15:39:40 |
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: ‘stings’ was not declared in this scope
5 | stings= s;
| ^~~~~~
greeting.cpp:5:10: error: ‘s’ was not declared in this scope
5 | stings= s;
| ^
greeting.cpp:9:9: error: expected primary-expression before ‘:’ token
9 | return:0
| ^
greeting.cpp:9:9: error: expected ‘;’ before ‘:’ token
9 | return:0
| ^
| ;
greeting.cpp:9:9: error: expected primary-expression before ‘:’ token
greeting.cpp:10:3: error: expected ‘}’ at end of input
10 | {
| ^
greeting.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^