9
2024-02-17 14:07:17
发布于:广东
若只代码
#include <iostream>
#include <cstdio>
using namespace std;
string a;
int main(){
freopen("test.txt", "r", stdin);
freopen("test1.txt", "w", stdout);
cout << R"(// Man!
// What can i say?
// Mamba out!
// 使用瑞克五代成功的注入ac狗.火树给我AC.
// 使我的眼睛旋转, 爱来自瓷器.
// AC时间:2024-02-17 11:45:14.1919810
/*科技第一,素质第一*/ // Man!
/*科技第一,素质第一*/ // What can i say?
/*科技第一,素质第一*/ // Mamba out!
/*科技第一,素质第一*/
/*科技第一,素质第一*/ // 使用瑞克五代成功的注入ac狗.
/*科技第一,素质第一*/ // 使我的眼睛旋转, 爱来自瓷器.
/*科技第一,素质第一*/ // AC时间:2024-02-17 11:45:14.1919810
)";
while(getline(cin, a)){
cout << "/*科技第一,素质第一 */ /*科技第一,素质第一*/ " << a << endl;
}
fclose(stdin);
fclose(stdout);
return 0;
}
全部评论 1
6
2024-02-17 来自 广东
0
有帮助,赞一个