Compile Error

/in/foo.cc:7:15: warning: integer constant is too large for its type
  for(int i;i<=999999999999999999999999999999;i++)
               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(f<=a)
   ^~
/in/foo.cc:12:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    d=d*i;
    ^
/in/foo.cc:13:3: error: 'else' without a previous 'if'
   else
   ^~~~
/in/foo.cc:16:8: error: 'i' was not declared in this scope
  cout<<i;
        ^

信息

递交者
类型
递交
题目
P2803 小杨购物1级1 2024.9
比赛
2025.1.1初级班结业测试
语言
C++
递交时间
2025-01-01 08:42:05
评测时间
2025-01-01 08:42:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes