Submission #86871


ソースコード

ステータス

項目 データ
問題 2150 - SAN値0の神庭君
ユーザー名 ei2332
投稿日時 2025-11-11 14:09:34
言語 C++17
状態 Compile Error
得点 0
ソースコード長 11424 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:291:52: error: stray ‘\302’ in program
             uint32 remainder = const_cast<BigInt*>(¤t)->divide_by_int(current, divisor);
                                                    ^
./Main.cpp:291:53: error: stray ‘\244’ in program
             uint32 remainder = const_cast<BigInt*>(¤t)->divide_by_int(current, divisor);
                                                     ^
./Main.cpp: In member function ‘std::__cxx11::string BigInt::to_string() const’:
./Main.cpp:291:54: error: ‘t’ was not declared in this scope
             uint32 remainder = const_cast<BigInt*>(¤t)->divide_by_int(current, divisor);
                                                      ^
./Main.cpp:291:54: note: suggested alternative: ‘tm’
             uint32 remainder = const_cast<BigInt*>(¤t)->divide_by_int(current, divisor);
                                                      ^
                                                      tm

セット

セット 得点 Cases

テストケース

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