Wrong Answer
foo.cc: In function 'int main()': foo.cc:22:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 22 | scanf("%d%d", &m, &n); | ~~~~~^~~~~~~~~~~~~~~~ foo.cc:23:38: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] 23 | for (int i = 0; i != n; i++)scanf("%lld", arr + i); | ~~~~~^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
資訊
- 遞交者
- 類型
- 遞交
- 題目
- P1061 迎春舞会之三人组舞
- 語言
- C++
- 遞交時間
- 2022-06-11 17:47:39
- 評測時間
- 2022-06-11 17:47:39
- Judged By
- 分數
- 0
- 總耗時
- 2350ms
- 峰值記憶體
- 42.242 MiB