/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:8:7: error: 'rs' was not declared in this scope
  cin>>rs>>zs;
       ^~
foo.cc:8:7: note: suggested alternative: 'r'
  cin>>rs>>zs;
       ^~
       r
foo.cc:8:11: error: 'zs' was not declared in this scope
  cin>>rs>>zs;
           ^~
foo.cc:8:11: note: suggested alternative: 'zx'
  cin>>rs>>zs;
           ^~
           zx
foo.cc:34:4: error: 'noxi' was not declared in this scope
    noxi+=rs;
    ^~~~
foo.cc:34:4: note: suggested alternative: 'nowi'
    noxi+=rs;
    ^~~~
    nowi
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P2003 玩具谜题
语言
C++
递交时间
2021-08-09 09:35:33
评测时间
2021-08-09 09:35:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes