Compile Error
foo.c: In function 'main':
foo.c:5:5: error: unknown type name 'innt'; did you mean 'int'?
    5 |     innt x,n;
      |     ^~~~
      |     int
foo.c:6:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
    6 |         scanf("%d",x);
      |                ~^  ~
      |                 |  |
      |                 |  int
      |                 int *
foo.c:8:16: error: lvalue required as left operand of assignment
    8 |         {if(x%2=0)
      |                ^
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2-1 单个数的3N+1猜想
 - 语言
 - C
 - 递交时间
 - 2022-10-04 13:51:58
 - 评测时间
 - 2022-10-04 13:51:58
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes