/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:33: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:34: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:36: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:36:22: warning: format '%u' expects argument of type 'unsigned int*', but argument 3 has type 'size_t* {aka long unsigned int*}' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 1ms 200.0 KiB
#2 Accepted 1ms 204.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 460.0 KiB
#5 Accepted 1ms 460.0 KiB
#6 Accepted 1ms 460.0 KiB
#7 Accepted 1ms 460.0 KiB
#8 Accepted 5ms 3.574 MiB
#9 Accepted 6ms 2.824 MiB
#10 Accepted 9ms 4.07 MiB

信息

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