/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:2: error: expected ';' before 'for'
  for(int i = 1; i <= n; i++)
  ^
/in/foo.cc:11:17: error: 'i' was not declared in this scope
  for(int i = 1; i <= n; i++)
                 ^
/in/foo.cc:7:8: warning: unused variable 'm' [-Wunused-variable]
  int n,m,x,y;
        ^
/in/foo.cc:7:10: warning: unused variable 'x' [-Wunused-variable]
  int n,m,x,y;
          ^
/in/foo.cc:7:12: warning: unused variable 'y' [-Wunused-variable]
  int n,m,x,y;
            ^

信息

递交者
类型
递交
题目
P1026 做游戏
语言
C++
递交时间
2022-03-18 10:22:11
评测时间
2022-03-18 10:22:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes