Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:20: error: 'in' was not declared in this scope
  int h,n,w,p,sum=0;in<<n<<h;
                    ^~
/in/foo.cc:11:3: error: 'summ' was not declared in this scope
   summ+=p;
   ^~~~
/in/foo.cc:5:14: warning: unused variable 'sum' [-Wunused-variable]
  int h,n,w,p,sum=0;in<<n<<h;
              ^~~

信息

递交者
类型
自测
题目
P1002 摘葡萄
语言
C++
递交时间
2024-02-21 19:58:39
评测时间
2024-02-21 19:58:39
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes