/ Vijos /

记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:74:5: warning: 'return' with no value, in function returning non-void
     return;
     ^~~~~~
/in/foo.c:8:5: note: declared here
 int main()
     ^~~~
/in/foo.c:101:4: warning: 'return' with no value, in function returning non-void
    return;
    ^~~~~~
/in/foo.c:8:5: note: declared here
 int main()
     ^~~~
/in/foo.c:11:25: warning: unused variable 'flag1' [-Wunused-variable]
  int max,i,j,pos,flag=0,flag1=0,t,m;
                         ^~~~~
/in/foo.c:11:14: warning: variable 'pos' set but not used [-Wunused-but-set-variable]
  int max,i,j,pos,flag=0,flag1=0,t,m;
              ^~~
# 状态 耗时 内存占用
#1 Runtime Error 0ms 208.0 KiB
#2 Accepted 0ms 216.0 KiB
#3 Accepted 0ms 216.0 KiB
#4 Accepted 0ms 216.0 KiB
#5 Accepted 0ms 216.0 KiB
#6 Accepted 0ms 216.0 KiB
#7 Accepted 1ms 216.0 KiB
#8 Accepted 1ms 216.0 KiB
#9 Accepted 1ms 216.0 KiB
#10 Runtime Error 0ms 216.0 KiB

信息

递交者
类型
递交
题目
P1540 月亮之眼
语言
C
递交时间
2019-01-07 22:15:07
评测时间
2019-01-07 22:15:07
评测机
分数
80
总耗时
9ms
峰值内存
216.0 KiB