记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:5:1: error: 'inta' was not declared in this scope
 inta,b,c,t;
 ^~~~
foo.cc:5:1: note: suggested alternative: 'int'
 inta,b,c,t;
 ^~~~
 int
foo.cc:5:6: error: 'b' was not declared in this scope
 inta,b,c,t;
      ^
foo.cc:5:8: error: 'c' was not declared in this scope
 inta,b,c,t;
        ^
foo.cc:5:10: error: 't' was not declared in this scope
 inta,b,c,t;
          ^
foo.cc:5:10: note: suggested alternative: 'tm'
 inta,b,c,t;
          ^
          tm
foo.cc:6:6: error: 'a' was not declared in this scope
 cin>>a>>b>>c;
      ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
p1014 求3个数中的最大数
语言
C++
递交时间
2021-11-14 10:56:11
评测时间
2021-11-14 10:56:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes