Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:47:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int (*)[10000]' [-Wformat=] scanf("%d %d", &x1, &n1); ^ /in/foo.c:48:13: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int (*)[10000]' [-Wformat=] scanf("%d %d", &x2, &n2); // ^
信息
- 递交者
- 类型
- 递交
- 题目
- A11-3 高精度整数的加法
- 比赛
- 泰院2405作业赛第三场
- 语言
- C
- 递交时间
- 2024-11-05 08:31:16
- 评测时间
- 2024-11-05 08:31:16
- 评测机
- 分数
- 0
- 总耗时
- 4ms
- 峰值内存
- 376.0 KiB