Can't read multiple lines of input with scanf

后端 未结 0 1298
长发绾君心
长发绾君心 2021-01-17 19:00

I want to read two lines of input and after I read the first line the output is automically 0. This is my input.

int main() {
    char s1[256],s2[256];
    i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题