Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:38:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%ld\n",ans); 
                    ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1001 星际通信
 - 语言
 - C++
 - 递交时间
 - 2019-05-03 15:16:23
 - 评测时间
 - 2019-05-03 15:24:40
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 196ms
 - 峰值内存
 - 1.824 MiB