Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
                ^
/in/foo.cc:12:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s%d%s",&s1[1],&k,&s2[1]);
                                   ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 积木塔(tower)
 - 语言
 - C++
 - 递交时间
 - 2017-03-30 21:06:51
 - 评测时间
 - 2017-03-30 21:06:51
 - 评测机
 
- 分数
 - 5
 - 总耗时
 - 4876ms
 - 峰值内存
 - 119.5 MiB