/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:78:16: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wformat=]
   78 |     printf("%llu\n",MM.size());
      |             ~~~^    ~~~~~~~~~
      |                |           |
      |                |           std::vector<long long int>::size_type {aka long unsigned int}
      |                long long unsigned int
      |             %lu
foo.cc:58:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   58 |     fread(Buf,1,1<<24,stdin);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 7ms 384.0 KiB
#5 Accepted 6ms 384.0 KiB
#6 Accepted 21ms 2.0 MiB
#7 Accepted 22ms 2.0 MiB
#8 Accepted 13ms 384.0 KiB
#9 Accepted 16ms 512.0 KiB
#10 Accepted 26ms 2.0 MiB

信息

递交者
类型
递交
题目
P1910 解方程
语言
C++
递交时间
2022-01-15 05:08:45
评测时间
2022-01-15 05:08:45
评测机
分数
100
总耗时
122ms
峰值内存
2.0 MiB