Submission #00045


ソースコード

ステータス

項目 データ
問題 0005 - 楽しいカードゲーム
ユーザー名 nakamura
投稿日時 2015-12-10 16:20:57
言語 C++11
状態 Compile Error
得点 0
ソースコード長 1679 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘void func(std::__cxx11::string&)’:
./Main.cpp:27:16: error: invalid initialization of non-const reference of type ‘std::__cxx11::string& {aka std::__cxx11::basic_string<char>&}’ from an rvalue of type ‘std::__cxx11::basic_string<char>’
   func(s.substr(0, s.size() - 1));
                ^
./Main.cpp:17:6: note:   initializing argument 1 of ‘void func(std::__cxx11::string&)’
 void func(std::string &s){
      ^
./Main.cpp:28:16: error: invalid initialization of non-const reference of type ‘std::__cxx11::string& {aka std::__cxx11::basic_string<char>&}’ from an rvalue of type ‘std::__cxx11::basic_string<char>’
   func(s.substr(1, s.size() - 1));
                ^
./Main.cpp:17:6: note:   initializing argument 1 of ‘void func(std::__cxx11::string&)’
 void func(std::string &s){
      ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #