/ OK /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",&str1[1]);
                       ^
/in/foo.cc:23:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s",&str2[1]);
                       ^
# 状态 耗时 内存占用
#1 Accepted 19ms 81.625 MiB

信息

递交者
类型
自测
题目
积木塔(tower)
语言
C++
递交时间
2017-03-30 20:59:38
评测时间
2017-03-30 20:59:38
评测机
分数
10
总耗时
19ms
峰值内存
81.625 MiB