Wrong Answer
foo.cc: In function 'int main()': foo.cc:72:29: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d ", ans[i]); ~~~~~~^ foo.cc:60:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%lld%lld", &a, &b); ~~~~~^~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P1308 埃及分数
- 语言
- C++
- 递交时间
- 2021-04-28 16:53:12
- 评测时间
- 2021-04-28 16:53:12
- 评测机
- 分数
- 70
- 总耗时
- 376ms
- 峰值内存
- 1.941 MiB