/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:7:14: error: 'n' was not declared in this scope
    7 |         cin>>n;
      |              ^
foo.cc:10:20: error: expected ';' before 'a'
   10 |                 cin a[i];
      |                    ^~
      |                    ;
foo.cc:10:17: warning: statement has no effect [-Wunused-value]
   10 |                 cin a[i];
      |                 ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1133 装箱问题
语言
C++
递交时间
2023-10-11 14:53:34
评测时间
2023-10-11 14:53:34
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes