F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_20538830_31693.cpp: In function 'int main()':
0_0_20538830_31693.cpp:32:10: error: return-statement with no value, in function returning 'int' [-fpermissive]
  if(n==0)return;
          ^
0_0_20538830_31693.cpp:34:26: error: no matching function for call to 'std::basic_istream<char>::getline(std::istream&, std::string&)'
   cin.getline(cin,text[i]);
                          ^
0_0_20538830_31693.cpp:34:26: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:40:0,
                 from 0_0_20538830_31693.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:618:5: note: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::getline(std::basic_istream<_CharT, _Traits>::char_type*, std::streamsize, std::basic_istream<_CharT, _Traits>::char_type) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::char_type = char; std::streamsize = long long int]
     basic_istream<char>::
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:618:5: note:   candidate expects 3 arguments, 2 provided
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:427:7: note: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::getline(std::basic_istream<_CharT, _Traits>::char_type*, std::streamsize) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>; std::basic_istream<_CharT, _Traits>::char_type = char; std::streamsize = long long int]
       getline(char_type* __s, streamsize __n)
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:427:7: note:   no known conversion for argument 2 from 'std::string {aka std::basic_string<char>}' to 'std::streamsize {aka long long int}'
0_0_20538830_31693.cpp:47:46: error: 'substr' was not declared in this scope
    reget(sline,eline,command,substr(1,pos_s-1));
                                              ^
0_0_20538830_31693.cpp:53:9: error: 'sommand' was not declared in this scope
   repla=sommand.substr(p1+1,p2-p1-1);
         ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-07-05 15:10:04, Gzip enabled