Compile Error

foo.cc:2:1: error: '::main' must return 'int'
    2 | void main()
      | ^~~~
foo.cc: In function 'int main()':
foo.cc:10:25: error: 'a' was not declared in this scope
   10 |     outcome=outcome*10+(a%10);
      |                         ^
foo.cc:6:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    6 |     scanf("%d",&x);
      |     ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1034 任意整数的逆序数
语言
C++
递交时间
2021-12-11 20:18:28
评测时间
2021-12-11 20:18:28
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes