/ OK /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:50:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&a);
                ^
/in/foo.cc:54:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",&ch1[1]);
                      ^
/in/foo.cc:55:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&num);
                   ^
/in/foo.cc:56:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",&ch2[1]);
                      ^
# 状态 耗时 内存占用
#1 Accepted 89ms 26.383 MiB
#2 Accepted 92ms 26.461 MiB
#3 Accepted 104ms 26.375 MiB
#4 Accepted 98ms 26.375 MiB
#5 Accepted 90ms 26.5 MiB
#6 Accepted 91ms 26.375 MiB
#7 Accepted 107ms 26.457 MiB
#8 Accepted 105ms 26.395 MiB
#9 Accepted 103ms 26.375 MiB
#10 Accepted 134ms 26.484 MiB
#11 Accepted 13ms 26.375 MiB
#12 Accepted 21ms 26.492 MiB
#13 Accepted 9ms 26.375 MiB
#14 Accepted 6ms 26.465 MiB
#15 Accepted 20ms 26.375 MiB
#16 Accepted 17ms 26.375 MiB
#17 Accepted 25ms 26.375 MiB
#18 Accepted 126ms 26.473 MiB
#19 Accepted 22ms 26.375 MiB
#20 Accepted 44ms 26.469 MiB

信息

递交者
类型
递交
题目
积木塔(tower)
语言
C++
递交时间
2017-03-30 19:51:09
评测时间
2017-03-30 19:51:27
评测机
分数
200
总耗时
1326ms
峰值内存
26.5 MiB