upd:加了一点额外的注释

This commit is contained in:
zsq259
2023-10-24 12:19:00 +08:00
parent e15cb202e4
commit 713953304e
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#pragma once
#ifndef SJTU_BIGINTEGER
#define SJTU_BIGINTEGER
@ -83,4 +84,4 @@ public:
};
} // namespace sjtu
#endif
#endif