/ ZYCode /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:31:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   31 |                 scanf("%d%d",&n,&m);
      |                        ~^    ~~
      |                         |    |
      |                         int* long long int*
      |                        %lld
foo.cc:31:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
   31 |                 scanf("%d%d",&n,&m);
      |                          ~^     ~~
      |                           |     |
      |                           int*  long long int*
      |                          %lld
foo.cc: In function 'long long int solvex(long long int)':
foo.cc:15:1: warning: control reaches end of non-void function [-Wreturn-type]
   15 | }
      | ^
foo.cc: In function 'long long int solvey(long long int)':
foo.cc:24:1: warning: control reaches end of non-void function [-Wreturn-type]
   24 | }
      | ^
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 191ms 1.145 MiB
#2 Accepted 178ms 932.0 KiB
#3 Accepted 59ms 632.0 KiB
#4 Accepted 31ms 412.0 KiB
#5 Accepted 183ms 1.043 MiB
#6 Accepted 202ms 916.0 KiB
#7 Accepted 54ms 412.0 KiB
#8 Accepted 208ms 656.0 KiB
#9 Accepted 329ms 1.145 MiB
#10 Accepted 281ms 1.109 MiB

信息

递交者
类型
递交
比赛
ZYCode Normal Round #2
语言
C++
递交时间
2023-05-12 20:48:26
评测时间
2023-05-12 20:48:26
评测机
分数
100
总耗时
1720ms
峰值内存
1.145 MiB