mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-08-21 18:52:07 +00:00
update
This commit is contained in:
parent
8f1e2bd8c2
commit
9ddad129d6
@ -104,13 +104,10 @@ int main() {
|
|||||||
// 题目输入为文件,实际比赛中需要取消注释
|
// 题目输入为文件,实际比赛中需要取消注释
|
||||||
// freopen("maze.in", "r", stdin);
|
// freopen("maze.in", "r", stdin);
|
||||||
// freopen("maze.out", "w", stdout);
|
// freopen("maze.out", "w", stdout);
|
||||||
|
std ::ios_base ::sync_with_stdio(false);
|
||||||
FAST_IO;
|
std ::cin.tie(0);
|
||||||
|
|
||||||
std::cin >> T;
|
std::cin >> T;
|
||||||
while (T--) {
|
while (T--) {
|
||||||
solve();
|
solve();
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user