/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:11:3: warning: implicit declaration of function 'mult' [-Wimplicit-function-declaration]
   mult(re,i,&n);
   ^~~~
/in/foo.c:12:3: warning: implicit declaration of function 'cls' [-Wimplicit-function-declaration]
   cls(re,&n);
   ^~~
/in/foo.c:5:19: warning: unused variable 'x' [-Wunused-variable]
     int a,b,t,i,j,x;
                   ^
/in/foo.c:5:17: warning: unused variable 'j' [-Wunused-variable]
     int a,b,t,i,j,x;
                 ^
/in/foo.c:5:13: warning: unused variable 't' [-Wunused-variable]
     int a,b,t,i,j,x;
             ^
/in/foo.c:5:11: warning: unused variable 'b' [-Wunused-variable]
     int a,b,t,i,j,x;
           ^
/in/foo.c: At top level:
/in/foo.c:18:6: warning: conflicting types for 'mult'
 void mult(char * a,int b,int *c){
      ^~~~
/in/foo.c:11:3: note: previous implicit declaration of 'mult' was here
   mult(re,i,&n);
   ^~~~
/in/foo.c:34:6: warning: conflicting types for 'cls'
 void cls(char *a,int *b){
      ^~~
/in/foo.c:12:3: note: previous implicit declaration of 'cls' was here
   cls(re,&n);
   ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 256.0 KiB
#2 Wrong Answer 2ms 256.0 KiB
#3 Wrong Answer 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
自测
题目
去零阶乘
语言
C
递交时间
2018-04-22 11:12:48
评测时间
2018-04-22 11:12:48
评测机
分数
20
总耗时
10ms
峰值内存
256.0 KiB