/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:6:1: error: 'cout' was not declared in this scope
 cout<<"依次输入a,b,c的值,用空格或者回车分开"<<endl;
 ^~~~
foo.cc:6:1: note: suggested alternative:
In file included from foo.cc:2:0:
/usr/include/c++/7/iostream:61:18: note:   'std::cout'
   extern ostream cout;  /// Linked to standard output
                  ^~~~
foo.cc:6:64: error: 'endl' was not declared in this scope
 cout<<"依次输入a,b,c的值,用空格或者回车分开"<<endl;
                                                                ^~~~
foo.cc:6:64: note: suggested alternative:
In file included from /usr/include/c++/7/iostream:39:0,
                 from foo.cc:2:
/usr/include/c++/7/ostream:590:5: note:   'std::endl'
     endl(basic_ostream<_CharT, _Traits>& __os)
     ^~~~
foo.cc:7:1: error: 'cin' was not declared in this scope
 cin>>a>>b>>c;
 ^~~
foo.cc:7:1: note: suggested alternative:
In file included from foo.cc:2:0:
/usr/include/c++/7/iostream:60:18: note:   'std::cin'
   extern istream cin;  /// Linked to standard input
                  ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P2037 melborP B + A
语言
C++
递交时间
2021-08-23 20:33:27
评测时间
2021-08-23 20:33:27
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes