/ GMQ OJ /

记录详情

Wrong Answer

foo.cc: In function 'int erfen(double)':
foo.cc:13:12: warning: suggest parentheses around '+' inside '>>' [-Wparentheses]
   int mid=L+R>>1;
           ~^~
foo.cc: In function 'int main()':
foo.cc:24:24: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
  scanf("%lld%lld",&n,&s);
                   ~~   ^
foo.cc:24:24: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
foo.cc:26:25: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%lld%lld",&x,&y);
                    ~~   ^
foo.cc:26:25: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
foo.cc:36:20: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
  printf("%lld",f[n]);
                ~~~~^
foo.cc:24:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld%lld",&n,&s);
  ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:26:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld%lld",&x,&y);
   ~~~~~^~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-07-10T06:05:55.880Z","handle":"2020-07-10T06:05:55.880Z","cache_start":"2020-07-10T06:05:55.888Z","read_cases":"2020-07-10T06:05:56.027Z","judge":"2020-07-10T06:05:56.027Z","done":"2020-07-10T06:05:57.248Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 读取到 0 ,应为 2971723737600496 2ms 5.875 MiB
#2 Wrong Answer 读取到 0 ,应为 2971436152612209 2ms 5.875 MiB
#3 Wrong Answer 读取到 0 ,应为 2968056126891476 2ms 5.875 MiB
#4 Wrong Answer 读取到 0 ,应为 2973221373312968 2ms 5.875 MiB
#5 Wrong Answer 读取到 0 ,应为 2961742860351227 2ms 5.875 MiB
#6 Wrong Answer 读取到 0 ,应为 2969939863591952 2ms 5.875 MiB
#7 Wrong Answer 读取到 0 ,应为 2972627273126036 2ms 5.875 MiB
#8 Wrong Answer 读取到 0 ,应为 2969803232133946 2ms 5.875 MiB
#9 Wrong Answer 读取到 0 ,应为 2969629127804697 2ms 5.875 MiB
#10 Wrong Answer 读取到 0 ,应为 2963094107294554 2ms 5.875 MiB

信息

递交者
类型
递交
题目
P1027 空客总装厂问题2
语言
C++
递交时间
2020-07-10 14:05:55
评测时间
2020-07-10 14:05:55
评测机
分数
0
总耗时
22ms
峰值内存
5.875 MiB