/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'void OUTPUT()':
/in/foo.cc:13:22: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type '__gnu_cxx::__alloc_traits<std::allocator<long unsigned int> >::value_type {aka long unsigned int}' [-Wformat=]
  printf("%u ",ways[i]);
                      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:27:15: warning: format '%u' expects argument of type 'unsigned int*', but argument 2 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
  scanf("%u",&n);
               ^
/in/foo.cc:28:15: warning: format '%u' expects argument of type 'unsigned int*', but argument 2 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
  scanf("%u",&m);
               ^
/in/foo.cc:30:22: warning: format '%u' expects argument of type 'unsigned int*', but argument 2 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
   scanf("%u %u",&u,&v);
                      ^
/in/foo.cc:30:22: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
/in/foo.cc:41:17: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]
  printf("%u",ans);
                 ^
# 状态 耗时 内存占用
#1 Accepted 1ms 196.0 KiB
#2 Accepted 1ms 332.0 KiB
#3 Accepted 1ms 332.0 KiB
#4 Accepted 1ms 332.0 KiB
#5 Accepted 1ms 328.0 KiB
#6 Accepted 97ms 42.445 MiB
#7 Accepted 98ms 33.41 MiB
#8 Accepted 97ms 34.82 MiB
#9 Accepted 96ms 34.543 MiB
#10 Accepted 261ms 64.445 MiB

信息

递交者
类型
递交
题目
Basic Graph - B
比赛
图及图的遍历
语言
C++
递交时间
2019-02-23 10:13:22
评测时间
2019-02-23 10:13:22
评测机
分数
100
总耗时
659ms
峰值内存
64.445 MiB