/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7: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:8: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:10: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:10: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:14:17: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]
   printf("%u ",i);
                 ^
/in/foo.cc:17:18: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=]
    printf("%u ",j);
                  ^
# 状态 耗时 内存占用
#1 Accepted 2ms 332.0 KiB
#2 Accepted 1ms 460.0 KiB
#3 Accepted 1ms 328.0 KiB
#4 Accepted 1ms 588.0 KiB
#5 Accepted 2ms 2.574 MiB
#6 Accepted 97ms 58.535 MiB
#7 Accepted 28ms 22.438 MiB
#8 Accepted 8ms 8.07 MiB
#9 Accepted 19ms 15.191 MiB
#10 Accepted 118ms 54.945 MiB

信息

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