Lin Li
Results
1
issues of
Lin Li
i am a rookie,anybody can tell me how to input a input, such as: ```c #include int main(){ int a; scanf("%d", &a,); printf("%d",a); } ``` i find that there is...