比赛 期末考试3 评测结果 AWAAWAWWAWAAAWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAAWWWWWWWWWWWWWWWWWWWWWWWWW
题目名称 hope I can sort matrix 最终得分 39
用户昵称 dream 运行时间 0.193 s
代码语言 C++ 内存使用 3.70 MiB
提交时间 2026-02-11 12:28:44
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
ll n,t;
int main(){
	freopen("hopeicansortmatrix.in","r",stdin);
	freopen("hopeicansortmatrix.out","w",stdout);
	ios::sync_with_stdio(0);
	cin.tie(0);
	cout<<"Yes";
	return 0;
}