Submission #00108


ソースコード

ステータス

項目 データ
問題 0001 - Next string
ユーザー名 Dunsparce
投稿日時 2024-07-18 14:57:53
言語 C++17
状態 Compile Error
得点 0
ソースコード長 6603 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

In file included from ./Main.cpp:2:
./Main.cpp:35:16: error: ‘boost’ has not been declared
 namespace mp = boost::multiprecision;
                ^~~~~
./Main.cpp:35:23: error: ‘multiprecision’ is not a namespace-name
 namespace mp = boost::multiprecision;
                       ^~~~~~~~~~~~~~
./Main.cpp:35:37: error: expected namespace-name before ‘;’ token
 namespace mp = boost::multiprecision;
                                     ^
./Main.cpp:45:14: error: ‘modint’ does not name a type; did you mean ‘mode_t’?
 using mint = modint;
              ^~~~~~
              mode_t
./Main.cpp: In function ‘void setmod(ll)’:
./Main.cpp:47:19: error: ‘mint’ has not been declared
 void setmod(ll x){mint::set_mod(x); mod = x;}
                   ^~~~

セット

セット 得点 Cases

テストケース

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