记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:10: error: 'i' was not declared in this scope
   if(num%i==0)
          ^
/in/foo.cc:27:6: error: redeclaration of 'int temp'
  int temp=0;
      ^~~~
/in/foo.cc:16:6: note: 'int temp' previously declared here
  int temp=0;
      ^~~~

信息

递交者
类型
自测
题目
P1550 Problem 7A. 最大连续合数段
语言
C++
递交时间
2023-11-22 15:22:43
评测时间
2023-11-22 15:22:43
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes