Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int j=1;j<=i;++j){
              ~^~~
/in/foo.cc:10:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   while(now<max){
         ~~~^~~~
/in/foo.cc:12:12: error: lvalue required as left operand of assignment
     now++*=2;
            ^
  信息
- 递交者
 - 类型
 - 自测
 - 题目
 - P1015 小球(drop)
 - 语言
 - C++
 - 递交时间
 - 2019-04-04 16:45:48
 - 评测时间
 - 2019-04-04 16:45:48
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes