/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:14:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
   14 |     printf("%lld", i);
      |             ~~~^   ~
      |                |   |
      |                |   int
      |                long long int
      |             %d
foo.cc:22:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
   22 |     printf("%lld", i);
      |             ~~~^   ~
      |                |   |
      |                |   int
      |                long long int
      |             %d
foo.cc:30:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
   30 |     printf("%lld", i);
      |             ~~~^   ~
      |                |   |
      |                |   int
      |                long long int
      |             %d
foo.cc:10:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |  scanf("%lld %lld", &a, &b);
      |  ~~~~~^~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 3ms 384.0 KiB
#2 Accepted 4ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Accepted 351ms 384.0 KiB
#6 Accepted 92ms 376.0 KiB
#7 Time Exceeded ≥1101ms ≥256.0 KiB
#8 Time Exceeded ≥1100ms ≥384.0 KiB
#9 Time Exceeded ≥1101ms ≥256.0 KiB
#10 Accepted 406ms 384.0 KiB

信息

递交者
类型
递交
题目
P1781 同余方程
语言
C++
递交时间
2022-01-15 08:37:15
评测时间
2022-01-15 08:37:15
评测机
分数
70
总耗时
≥4168ms
峰值内存
≥384.0 KiB