Compile Error
/in/foo.c: In function 'main': /in/foo.c:7:14: warning: left-hand operand of comma expression has no effect [-Wunused-value] for(i=0;i<=n,i++) ^ /in/foo.c:7:18: error: expected ';' before ')' token for(i=0;i<=n,i++) ^ /in/foo.c:8:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] printf("%d") ^ /in/foo.c:9:2: error: expected ';' before '}' token } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1036 运算
- 比赛
- 2019XJU软件实验室大一考核
- 语言
- C
- 递交时间
- 2019-11-23 13:29:54
- 评测时间
- 2019-11-23 13:29:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes