Wrong Answer
foo.c: In function 'main':
foo.c:6:6: warning: statement with no effect [-Wunused-value]
6 | x<10000;
| ~^~~~~~
foo.c:9:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
9 | printf("%d",c);
| ~^ ~
| | |
| | long long int
| int
| %lld
foo.c:6:6: warning: 'x' is used uninitialized [-Wuninitialized]
6 | x<10000;
| ~^~~~~~
foo.c:5:9: note: 'x' declared here
5 | int x,n;
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A11-1 高精度整数与常规整数的乘法
- 比赛
- 2023 程序设计与竞赛(作业6:走向综合)
- 语言
- C
- 递交时间
- 2023-10-28 15:07:01
- 评测时间
- 2023-10-28 15:07:01
- 评测机
- 分数
- 0
- 总耗时
- 8ms
- 峰值内存
- 284.0 KiB