Submission #00199
ソースコード
ステータス
項目 |
データ |
問題 |
0005 - devilswalk |
ユーザー名 |
chokudai
|
投稿日時 |
2017-07-07 21:47:31 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1858 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: 関数 ‘std::vector<std::vector<long long int> > matpow(std::vector<std::vector<long long int> >&, long long int)’ 内:
./Main.cpp:49: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:12: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:55:11: エラー: ‘::main’ must return ‘int’
void main()
^
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:7:15: エラー: ‘scanf_s’ was not declared in this scope
#define scanf scanf_s
^
./Main.cpp:58:9: 備考: in expansion of macro ‘scanf’
scanf("%d %d %d", &W, &H, &T);
^~~~~
./Main.cpp:7:15: 備考: suggested alternative: ‘scanf’
#define scanf scanf_s
^
./Main.cpp:58:9: 備考: in expansion of macro ‘scanf’
scanf("%d %d %d", &W, &H, &T);
^~~~~
セット
テストケース