/ Vijos /

记录详情

Compile Error

foo.cc:5:1: error: 'string' does not name a type; did you mean 'stdin'?
 string b[100001];
 ^~~~~~
 stdin
foo.cc: In function 'int main()':
foo.cc:18:5: error: 'cin' was not declared in this scope
     cin >> n >> m;
     ^~~
foo.cc:18:5: note: suggested alternative:
In file included from foo.cc:1:0:
/usr/include/c++/7/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^~~
foo.cc:20:18: error: 'b' was not declared in this scope
   cin >> a[i] >> b[i];
                  ^
foo.cc:23:6: error: 'i' was not declared in this scope
  for(i=0;i<m;i++){
      ^
foo.cc:36:2: error: 'cout' was not declared in this scope
  cout << b[x];
  ^~~~
foo.cc:36:2: note: suggested alternative:
In file included from foo.cc:1:0:
/usr/include/c++/7/iostream:61:18: note:   'std::cout'
   extern ostream cout;  /// Linked to standard output
                  ^~~~
foo.cc:36:10: error: 'b' was not declared in this scope
  cout << b[x];
          ^
[Hydro](https://hydro.ac)提供评测服务

信息

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