Compile Error

foo.cc: In function 'int main()':
foo.cc:5:9: error: 'inta' was not declared in this scope; did you mean 'int'?
    5 |         inta,b,c;
      |         ^~~~
      |         int
foo.cc:5:14: error: 'b' was not declared in this scope
    5 |         inta,b,c;
      |              ^
foo.cc:5:16: error: 'c' was not declared in this scope
    5 |         inta,b,c;
      |                ^
foo.cc:7:14: error: 'a' was not declared in this scope
    7 |         cin>>a>>c;
      |              ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1004 求课程的综合成绩。
语言
C++
递交时间
2023-11-03 20:45:46
评测时间
2023-11-03 20:45:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes