摘要: # A. Doors and Keys ```cpp #include using namespace std; #define int long long void solve() { string s; cin >> s; map pos; for( int i = 0 ; i > t; whi 阅读全文
posted @ 2023-09-01 22:22 PHarr 阅读(3) 评论(0) 推荐(0) 编辑
摘要: # A - Potions ```cpp #include using namespace std; #define int long long int power(int x, int y, int p) { x %= p; int ans = 1; while (y) { if (y & 1) 阅读全文
posted @ 2023-09-01 17:00 PHarr 阅读(11) 评论(0) 推荐(0) 编辑