/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'void solve(int)':
foo.cc:24:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &a[i].a);
   ~~~~~^~~~~~~~~~~~~~~
foo.cc:27:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &a[i].b);
   ~~~~~^~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 348.0 KiB
#2 Accepted 9ms 660.0 KiB
#3 Accepted 404ms 5.324 MiB

信息

递交者
类型
递交
比赛
厦大附中模拟赛第六场
语言
C++
递交时间
2021-03-14 15:18:28
评测时间
2021-03-14 15:18:28
评测机
分数
100
总耗时
416ms
峰值内存
5.324 MiB