Submission #00053
ソースコード
ステータス
項目 |
データ |
問題 |
0005 - devilswalk |
ユーザー名 |
pekempey
|
投稿日時 |
2017-07-07 20:37:24 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
1973 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:21:18: エラー: ‘array’ in namespace ‘std’ does not name a template type
using vec = std::array<modint, N>;
^~~~~
./Main.cpp:22:25: エラー: ‘vec’ was not declared in this scope
using mat = std::vector<vec>;
^~~
./Main.cpp:22:25: 備考: suggested alternative: ‘getc’
using mat = std::vector<vec>;
^~~
getc
./Main.cpp:22:28: エラー: template argument 1 is invalid
using mat = std::vector<vec>;
^
./Main.cpp:22:28: エラー: template argument 2 is invalid
./Main.cpp:24:1: エラー: ‘mat’ does not name a type; did you mean ‘wait’?
mat operator*(mat a, mat b) {
^~~
wait
./Main.cpp:36:1: エラー: ‘mat’ does not name a type; did you mean ‘wait’?
mat matpow(mat a, long long b) {
^~~
wait
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:66:9: エラー: ‘mat’ was not declared in this scope
mat A(256);
^~~
./Main.cpp:66:9: 備考: suggested alternative: ‘main’
mat A(256);
^~~
main
./Main.cpp:71:33: エラー: ‘A’ was not declared in this scope
A[i * w + j][(i + 1) * w + j] = 1;
^
./Main.cpp:75:33: エラー: ‘A’ was not declared in this scope
A[i * w + j][i * w + j + 1] = 1;
^
./Main.cpp:81:9: エラー: ‘A’ was not declared in this scope
A = matpow(A, t);
^
./Main.cpp:81:13: エラー: ‘matpow’ was not declared in this scope
A = matpow(A, t);
^~~~~~
./Main.cpp:81:13: 備考: suggested alternative: ‘mbtowc’
A = matpow(A, t);
^~~~~~
mbtowc
セット
テストケース