比赛 | EYOI与SBOI开学欢乐赛10th | 评测结果 | AAAAAAAAAAAAAAAAAAAAAAAAA |
---|---|---|---|
题目名称 | 无尽方格 | 最终得分 | 100 |
用户昵称 | op_组撒头屯 | 运行时间 | 1.702 s |
代码语言 | C++ | 内存使用 | 2.34 MiB |
提交时间 | 2022-10-10 21:23:46 | ||
#include <bits/stdc++.h> using namespace std; const int N=50000+5; string a,b; int main(){ freopen ("wjfg.in","r",stdin); freopen ("wjfg.out","w",stdout); while(cin>>a>>b){ if (a=="**"||b=="**")printf("sbsyb\n"); else if (a==b)printf("sbsyb\n"); else printf("ngm\n"); } return 0; }