/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'quzhi':
/in/foo.c:4:9: warning: unused variable 'c' [-Wunused-variable]
 int a,b,c;
         ^
/in/foo.c:4:7: warning: unused variable 'b' [-Wunused-variable]
 int a,b,c;
       ^
/in/foo.c:16:6: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
   a=a*10+ch-'0';
      ^
/in/foo.c: In function 'main':
/in/foo.c:33:7: warning: iteration 100u invokes undefined behavior [-Waggressive-loop-optimizations]
   if(b[i]>0)
       ^
/in/foo.c:31:2: note: containing loop
  for(i=0;i<=200;i++)
  ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 192.0 KiB
#2 Wrong Answer 0ms 196.0 KiB
#3 Wrong Answer 0ms 200.0 KiB
#4 Runtime Error 3ms 196.0 KiB
#5 Runtime Error 3ms 192.0 KiB
#6 Runtime Error 19ms 228.0 KiB
#7 Runtime Error 29ms 228.0 KiB
#8 Runtime Error 98ms 224.0 KiB
#9 Runtime Error 99ms 228.0 KiB
#10 Runtime Error 98ms 224.0 KiB

信息

递交者
类型
递交
题目
P1033 C老师的点名
语言
C
递交时间
2019-12-01 16:05:30
评测时间
2019-12-01 16:05:30
评测机
分数
0
总耗时
354ms
峰值内存
228.0 KiB