Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:13:2: error: expected ',' or ';' before 'scanf'
  scanf("%d",&k);
  ^~~~~
/in/foo.cc:32:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",ans);
                 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2019.2.11 Problem B - letter
 - 比赛
 - 2019.2.11测验
 - 语言
 - C++
 - 递交时间
 - 2019-02-11 15:39:41
 - 评测时间
 - 2019-02-11 15:39:41
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes