Time Exceeded
/in/foo.c: In function 'main': /in/foo.c:7:11: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.c:7:13: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.c:9:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n",c); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1040 高精度乘法
- 语言
- C
- 递交时间
- 2017-12-11 17:35:48
- 评测时间
- 2017-12-11 17:35:48
- 评测机
- 分数
- 0
- 总耗时
- ≥4019ms
- 峰值内存
- ≥256.0 KiB