这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《求助》回复:
```c #include void main() { int x; scanf("%d",&x); if(x<=1)printf("Today,I ate %d apple",x); else printf("Today,I ate %d apples",x); } ```
在讨论《求助》回复:
0ms/0B RE #1 Runtime Error. Program exited with code 19. 0ms/0B RE #2 Runtime Error. Program exited with code 19. 0ms/0B RE #3 Runtime Error. Program exited wit…
在讨论《求助》回复:
谢谢大佬,原来只学过python和go,现在刚接触c
```c #include void main() { int x; scanf("%d",x); if(x<=1)printf("Today,I ate %d apple",x); else printf("Today,I ate %d apples",x); } ``` 老是RE。说是Segmentation Fa…
在讨论《P3954 [NOIP2017 普及组] 成绩 (c语言)》回复:
算了,我还是有待提高
在讨论《P3954 [NOIP2017 普及组] 成绩 (c语言)》回复:
貌似快一点 ```c #include #include int main() { int a,b,c,d; scanf("%d%d%d",&a,&b,&c); d=0.2*a+0.3*b+0.5*c; printf("%d",d); system ("pause"); return 0; } ```
在讨论《盗播用户封禁通告》回复:
wow