0
已采纳
郑金顺
中级光能
中级光能
#include <iostream>
#include <cstdio>
#pragma GCC optimize(2)
using namespace std;
int main() {
//freopen("xxx.in", "r", stdin);//xxx为题目的英文名
//freopen("xxx.out", "w", stdout);
//fclose(stdin);
//fclose(stdout);
return 0;
}
0
0
0
0