记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:12: error: expected unqualified-id before '=' token
    7 |         int=0;
      |            ^
foo.cc:10:19: error: 't' was not declared in this scope
   10 |                   t+=i;
      |                   ^
foo.cc:12:15: error: 't' was not declared in this scope
   12 |         cout<<t<<endl;
      |               ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
A3-1 素数专题:因子的和
比赛
2023年新生赛(第一场)
语言
C++
递交时间
2023-08-15 15:04:35
评测时间
2023-08-15 15:04:35
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes