记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:11:27: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
         scanf("%s",a[b[j]]);
                           ^
foo.cc:14:27: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
         printf("%s\n",a[j]);
                           ^
foo.cc:5:15: warning: unused variable 'k' [-Wunused-variable]
     int i=0,j,k;
               ^
foo.cc:8:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&b[i++]);
         ~~~~~^~~~~~~~~~~~~~
foo.cc:11:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%s",a[b[j]]);
         ~~~~~^~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Time Exceeded ≥1430ms ≥336.0 KiB
#2 Time Exceeded ≥1426ms ≥304.0 KiB
#3 Time Exceeded ≥1412ms ≥320.0 KiB
#4 Time Exceeded ≥1416ms ≥236.0 KiB
#5 Time Exceeded ≥1445ms ≥324.0 KiB
#6 Time Exceeded ≥1447ms ≥340.0 KiB
#7 Time Exceeded ≥1467ms ≥240.0 KiB
#8 Time Exceeded ≥1468ms ≥232.0 KiB
#9 Time Exceeded ≥1417ms ≥332.0 KiB
#10 Time Exceeded ≥1431ms ≥340.0 KiB

信息

递交者
类型
递交
题目
P1101 婚礼上的小杉
语言
C++
递交时间
2021-04-14 16:08:31
评测时间
2021-04-14 16:08:31
评测机
分数
0
总耗时
≥14364ms
峰值内存
≥340.0 KiB