Wrong Answer
foo.c: In function 'main': foo.c:15:18: warning: format '%ld' expects argument of type 'long int *', but argument 2 has type 'long long int *' [-Wformat=] 15 | scanf("%ld%d", &x, &n); | ~~^ ~~ | | | | | long long int * | long int * | %lld foo.c:17:19: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] 17 | printf("%ld", y); | ~~^ ~ | | | | | long long int | long int | %lld
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A11-1 高精度整数与常规整数的乘法
- 语言
- C
- 递交时间
- 2022-10-10 10:51:19
- 评测时间
- 2022-10-10 10:51:19
- 评测机
- 分数
- 20
- 总耗时
- 10ms
- 峰值内存
- 256.0 KiB