2024年5月2日

题解:P10397 『STA - R5』5k.sync.closer

摘要: 一道十分简单的题。 我们观察发现,std::freopen 语句前必定会有 std::freopen(", 而它以后一直到下一个引号就是文件名,可以用 while 循环找出。 代码: #include<bits/stdc++.h> using namespace std; string s; int 阅读全文

posted @ 2024-05-02 20:38 zhangzirui66 阅读(9) 评论(0) 推荐(0)

导航