/ Vijos /

记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:21:12: warning: implicit declaration of function 'find' [-Wimplicit-function-declaration]
         if(find(t)){
            ^~~~
foo.c:8:11: warning: unused variable 'j' [-Wunused-variable]
 {   int i,j;
           ^
foo.c: In function 'find':
foo.c:32:9: warning: unused variable 'k' [-Wunused-variable]
     int k,flag=0;
         ^

自豪的采用jd5进行评测(github.com/masnn/jd5)
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 128.0 KiB
#2 Wrong Answer 0ms 128.0 KiB
#3 Wrong Answer 1ms 128.0 KiB
#4 Wrong Answer 1ms 156.0 KiB
#5 Wrong Answer 1ms 128.0 KiB
#6 Wrong Answer 1ms 128.0 KiB
#7 Wrong Answer 2ms 228.0 KiB
#8 Wrong Answer 2ms 236.0 KiB
#9 Wrong Answer 2ms 240.0 KiB
#10 Wrong Answer 2ms 240.0 KiB

信息

递交者
类型
递交
题目
P1449 字符串还原
语言
C
递交时间
2020-01-23 00:08:51
评测时间
2020-01-23 00:08:51
评测机
分数
100
总耗时
13ms
峰值内存
240.0 KiB