Accepted
/in/foo.cc: In function 'void solve()':
/in/foo.cc:80:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d\n",r);  
                        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:84:13: warning: unused variable 'k' [-Wunused-variable]
     int i,j,k;  
             ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2017.07.15 P3 星球大战
 - 语言
 - C++
 - 递交时间
 - 2017-07-16 20:55:05
 - 评测时间
 - 2017-07-16 20:55:05
 - 评测机
 
- 分数
 - 300
 - 总耗时
 - 273ms
 - 峰值内存
 - 616.0 KiB