记录详情

Accepted

foo.cc:6:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(){
      ^
foo.cc: In function 'int main()':
foo.cc:7:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);for(ri i=1;i<=n;i++) scanf("%d",&w[i]);memset(f,0x3f,sizeof f);
                ^
foo.cc:7:55: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);for(ri i=1;i<=n;i++) scanf("%d",&w[i]);memset(f,0x3f,sizeof f);
                                                       ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-03-26T05:58:49.460Z","handle":"2020-03-26T05:58:49.460Z","cache_start":"2020-03-26T05:58:49.467Z","read_cases":"2020-03-26T05:58:49.576Z","judge":"2020-03-26T05:58:49.577Z","done":"2020-03-26T05:58:49.784Z"}
# 状态 耗时 内存占用
#1 Accepted 4ms 840.0 KiB
#2 Accepted 2ms 768.0 KiB
#3 Accepted 1ms 768.0 KiB
#4 Accepted 1ms 768.0 KiB
#5 Accepted 3ms 768.0 KiB
#6 Accepted 0ms 768.0 KiB
#7 Accepted 2ms 768.0 KiB
#8 Accepted 1ms 768.0 KiB
#9 Accepted 1ms 768.0 KiB
#10 Accepted 6ms 840.0 KiB

信息

递交者
类型
递交
比赛
AOGC2020赛季1.2
语言
C++
递交时间
2020-03-26 13:58:49
评测时间
2020-03-26 13:58:49
评测机
分数
100
总耗时
25ms
峰值内存
840.0 KiB