Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&x);
                    ^
/in/foo.cc:7:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:16:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d\n",s);
                 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1848 记数问题
 - 语言
 - C++
 - 递交时间
 - 2018-07-30 22:28:58
 - 评测时间
 - 2018-07-30 22:28:58
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥10066ms
 - 峰值内存
 - ≥380.0 KiB