无意中发现数据有点水
查看原帖
无意中发现数据有点水
1457862
YuYi_official楼主2024/11/26 19:29

如果你写这道题时和我一样忘记加判断没被覆盖情况的话 你就会发现——

这题根本就没有输出-1的情况

代码已加密

#include<bits/stdc++.h>
using namespace std;

const int N=?;
int a[N][?],x,y;

int main(){
	int n;
	cin >> n;
	for(?) cin >> 自己想 Ciallo~(∠・ω< )⌒☆
	cin >> x >> y;
//	bool f=1;
	for(?){
		if(自己想 Ciallo~(∠・ω< )⌒☆){
			cout << i;
//			f=0;
			break;
		}
	}
	
//	if(f) cout << -1;
}

打不打注释对本题没有影响(笑哭

2024/11/26 19:29
加载中...