Accepted
foo.cc: In function 'int main()': foo.cc:18:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d",&n,&m); ~~~~~^~~~~~~~~~~~~~ foo.cc:24:11: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d%d",&u,&v,&w); ~~~~~^~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- 「一本通 3.2 例 1」Sightseeing Trip
- 语言
- C++
- 递交时间
- 2021-07-06 19:55:54
- 评测时间
- 2021-07-06 21:10:59
- 评测机
- 分数
- 100
- 总耗时
- 37ms
- 峰值内存
- 1.238 MiB