记录详情

Runtime Error

/in/foo.c:4:6: warning: return type of 'main' is not 'int' [-Wmain]
 void main()
      ^~~~
/in/foo.c: In function 'main':
/in/foo.c:9:11: warning: right-hand operand of comma expression has no effect [-Wunused-value]
    if(a=-N,a<N,a++)
           ^
/in/foo.c:10:11: warning: right-hand operand of comma expression has no effect [-Wunused-value]
     if(b=N,b>-N,b--)
           ^
# 状态 耗时 内存占用
#1 Runtime Error 0ms 208.0 KiB

信息

递交者
类型
自测
题目
欢迎来到南师大计算机学院OnlineJudge!
语言
C
递交时间
2018-12-31 19:59:34
评测时间
2018-12-31 19:59:34
评测机
分数
0
总耗时
0ms
峰值内存
208.0 KiB