| 比赛 | 20191022轻松模拟测试 | 评测结果 | WAWWWWWWWW |
|---|---|---|---|
| 题目名称 | 原谅 | 最终得分 | 10 |
| 用户昵称 | wsp | 运行时间 | 0.005 s |
| 代码语言 | C++ | 内存使用 | 13.66 MiB |
| 提交时间 | 2019-10-22 18:55:55 | ||
#include<iostream>
#include<cstdio>
#include<algorithm>
#include<cstring>
#include<vector>
#include<cmath>
#include<stack>
#include<queue>
#include<iomanip>
using namespace std;
int main()
{
freopen("green.in","r",stdin);
freopen("green.out","w",stdout);
ios::sync_with_stdio(0);
int n,m,k;cin>>n>>k;
cout<<k;
}