/ Vijos /

记录详情

Wrong Answer

/in/foo.c: In function 'hw':
/in/foo.c:32:15: warning: unused variable 'm' [-Wunused-variable]
     int i=0,j,m,k,sum=0;
               ^
/in/foo.c: In function 'zh':
/in/foo.c:64:15: warning: implicit declaration of function 'pow' [-Wimplicit-function-declaration]
         if(b>=pow(n,i))
               ^~~
/in/foo.c:64:15: warning: incompatible implicit declaration of built-in function 'pow'
/in/foo.c:64:15: note: include '<math.h>' or provide a declaration of 'pow'
/in/foo.c:61:11: warning: unused variable 'j' [-Wunused-variable]
     int i,j,c=0,d;
           ^
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Wrong Answer 0ms 208.0 KiB
#3 Wrong Answer 1ms 424.0 KiB
#4 Wrong Answer 0ms 204.0 KiB

信息

递交者
类型
递交
题目
P1304 回文数
语言
C
递交时间
2019-11-12 15:25:00
评测时间
2019-11-12 15:25:00
评测机
分数
25
总耗时
3ms
峰值内存
424.0 KiB