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]);
                       ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - 积木塔(tower)
 - 语言
 - C++
 - 递交时间
 - 2017-03-30 20:59:40
 - 评测时间
 - 2017-03-30 20:59:40
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 19ms
 - 峰值内存
 - 81.625 MiB