比赛 EYOI与SBOI开学欢乐赛10th 评测结果 AAAAAAAAAAAAAAAAAAAAAAWWA
题目名称 无尽方格 最终得分 92
用户昵称 HeSn 运行时间 1.541 s
代码语言 C++ 内存使用 2.34 MiB
提交时间 2022-10-10 20:21:50
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
#define int long long
signed main() {
	freopen("wjfg.in", "r", stdin);
	freopen("wjfg.out", "w", stdout);
	string s1, s2;
	while(cin >> s1 >> s2) {
		if(s1 == s2) {
			cout << "sbsyb" << endl;
		}
		else {
			cout << "ngm" << endl;
		}
	}
	return 0;
}
//被坑了有多测!!!