0
What I'm doing wrong in this code? Correct me if you are interested
2 ответов
+ 1
https://code.sololearn.com/ctChlFF0csQa/?ref=app
+ 2
It's int main(), not '['Wmain']' main(). Also you cant put strings in switch statements. You should use gets() before puts() too.