Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:22:4: error: jump to label 'A' [-fpermissive]
    A:
    ^
/in/foo.cc:14:11: note:   from here
      goto A;
           ^
/in/foo.cc:17:12: note:   crosses initialization of 'int j'
    for(int j=0;j<n/2;j++)
            ^
/in/foo.cc:16:12: note:   crosses initialization of 'int i'
    for(int i=0;i<n;i++)
            ^
/in/foo.cc:25:1: error: expected '}' at end of input
 } 
 ^
  信息
- 递交者
- 类型
- 递交
- 题目
- P1087 折纸游戏
- 语言
- C++
- 递交时间
- 2019-12-10 22:43:19
- 评测时间
- 2019-12-10 22:43:19
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes