Wrong Answer
/in/foo.cc: In function 'void cal(int, int)':
/in/foo.cc:6:8: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
     if (jj) if (jj%2==0) u+=z/kk;else u-=z/kk;
        ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:24:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("ll%d",n);
                    ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1732 能量采集
 - 语言
 - C++
 - 递交时间
 - 2020-06-13 14:44:04
 - 评测时间
 - 2020-06-13 14:44:04
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 97ms
 - 峰值内存
 - 14.359 MiB