Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:31:27: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=]
    printf("%d",(1+0.2)*sum);
                           ^
/in/foo.cc:23:12: warning: 's2' may be used uninitialized in this function [-Wmaybe-uninitialized]
    s2=(M-s1+s2)%100;
       ~~~~~^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1096 津津的储蓄计划
 - 语言
 - C++
 - 递交时间
 - 2018-04-02 22:35:25
 - 评测时间
 - 2018-04-02 22:35:25
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 32ms
 - 峰值内存
 - 384.0 KiB