比赛 20231005 评测结果 WWWWWWWWW
题目名称 无线传输 最终得分 0
用户昵称 宇战 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2023-10-05 11:20:57
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int n;
int main(){
    freopen("wareless.in","r",stdin);
    freopen("wareless.out","w",stdout);
      cin>>n;
      cout<<n;
      return 0;
}