记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:17:18: error: 'a2' was not declared in this scope
      cout<<a[1]<<a2<<a3<<endl;
                  ^~
foo.cc:17:18: note: suggested alternative: 'a'
      cout<<a[1]<<a2<<a3<<endl;
                  ^~
                  a
foo.cc:17:22: error: 'a3' was not declared in this scope
      cout<<a[1]<<a2<<a3<<endl;
                      ^~
foo.cc:17:22: note: suggested alternative: 'a'
      cout<<a[1]<<a2<<a3<<endl;
                      ^~
                      a
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1270 数字重排
语言
C++
递交时间
2021-08-05 11:24:29
评测时间
2021-08-05 11:24:29
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes