记录详情

Compile Error

foo.c: In function 'main':
foo.c:9:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
    9 |         scanf("%d",x);
      |                ~^  ~
      |                 |  |
      |                 |  int
      |                 int *
foo.c:12:13: error: lvalue required as left operand of assignment
   12 |     if(x %2 = 0){x=x/2;n++;
      |             ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
2-1 单个数的3N+1猜想
比赛
2022年迎新赛(第一场)
语言
C
递交时间
2022-08-15 19:37:05
评测时间
2022-08-15 19:37:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes