Wrong Answer
foo.c: In function 'main': foo.c:20:11: warning: format '%d' expects a matching 'int' argument [-Wformat=] printf("%d\n%ld\n"); ~^ foo.c:20:16: warning: format '%ld' expects a matching 'long int' argument [-Wformat=] printf("%d\n%ld\n"); ~~^ foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result] scanf("%ld%ld", &a, &b); ^~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1086 xf1-9统计各位数字之和为5的数
- 语言
- C
- 递交时间
- 2021-03-01 22:18:07
- 评测时间
- 2021-03-01 22:18:07
- 评测机
- 分数
- 0
- 总耗时
- 30ms
- 峰值内存
- 316.0 KiB