记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:11:5: error: invalid suffix "x" on integer constant
   x=3x+1;
     ^~
/in/foo.c:14:6: error: expected ';' before ')' token
   i++)
      ^
/in/foo.c:14:6: error: expected statement before ')' token
/in/foo.c:17:1: error: expected declaration or statement at end of input
 }
 ^

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
语言
C
递交时间
2018-12-01 22:13:05
评测时间
2018-12-01 22:13:05
评测机
分数
0
总耗时
14ms
峰值内存
2.922 MiB