Submission #00202


ソースコード

ステータス

項目 データ
問題 0005 - devilswalk
ユーザー名 chokudai
投稿日時 2017-07-07 21:49:09
言語 C++17
状態 Compile Error
得点 0
ソースコード長 1835 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: 関数 ‘std::vector<std::vector<long long int> > matpow(std::vector<std::vector<long long int> >&, long long int)’ 内:
./Main.cpp:48:40: エラー: cannot bind non-const lvalue reference of type ‘std::vector<std::vector<long long int> >&’ to an rvalue of type ‘std::vector<std::vector<long long int> >’
                 return matmul(m, matpow(m, a - 1));
                                  ~~~~~~^~~~~~~~~~
./Main.cpp:11:20: 備考:   initializing argument 2 of ‘std::vector<std::vector<long long int> > matmul(std::vector<std::vector<long long int> >&, std::vector<std::vector<long long int> >&)’
 vector<vector<ll>> matmul(vector<vector<ll>>& ma, vector<vector<ll>>& mb)
                    ^~~~~~
./Main.cpp: 大域スコープ:
./Main.cpp:54:11: エラー: ‘::main’ must return ‘int’
 void main()
           ^

セット

セット 得点 Cases

テストケース

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