记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:4:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d%d%d",&a,&b,&c);
  ^~~~~
/in/foo.c:4:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:4:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:7:4: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
    printf("%d %d %d",c,a,b);
    ^~~~~~
/in/foo.c:7:4: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:7:4: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:10:5: warning: incompatible implicit declaration of built-in function 'printf'
     printf("%d %d %d",a,c,b);
     ^~~~~~
/in/foo.c:10:5: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:12:5: warning: incompatible implicit declaration of built-in function 'printf'
     printf("%d %d %d",a,b,c);
     ^~~~~~
/in/foo.c:12:5: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:15:4: warning: incompatible implicit declaration of built-in function 'printf'
    printf("%d %d %d",c,b,a);
    ^~~~~~
/in/foo.c:15:4: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:18:5: warning: incompatible implicit declaration of built-in function 'printf'
     printf("%d %d %d",b,c,a);
     ^~~~~~
/in/foo.c:18:5: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:20:5: warning: incompatible implicit declaration of built-in function 'printf'
     printf("%d %d %d",b,a,c);
     ^~~~~~
/in/foo.c:20:5: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Accepted 1ms 184.0 KiB
#2 Accepted 1ms 188.0 KiB

信息

递交者
类型
递交
题目
结构化的程序格式,是编程世界的基石。
比赛
入门测试
语言
C
递交时间
2018-11-24 16:55:13
评测时间
2018-11-24 16:55:13
评测机
分数
100
总耗时
2ms
峰值内存
188.0 KiB