记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:11: error: expected ';' before 'int'
    6 |     cin>>n
      |           ^
      |           ;
    7 |     int sum=0,t;
      |     ~~~    
foo.cc:10:8: error: 't' was not declared in this scope
   10 |        t=n%10
      |        ^
foo.cc:14:11: error: 'sum' was not declared in this scope
   14 |     cout<<sum<<endl;
      |           ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
p1031 任意整数的数字之和。
语言
C++
递交时间
2021-12-14 18:13:51
评测时间
2021-12-14 18:13:51
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes