QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#759523#9350. Fixing Banners275307894a#WA 1ms3852kbC++141.5kb2024-11-18 09:40:072024-11-18 09:40:07

Judging History

This is the latest submission verdict.

  • [2024-11-18 09:40:07]
  • Judged
  • Verdict: WA
  • Time: 1ms
  • Memory: 3852kb
  • [2024-11-18 09:40:07]
  • Submitted

answer

#include<bits/stdc++.h>
#define Gc() getchar()
#define Me(x,y) memset(x,y,sizeof(x))
#define Mc(x,y) memcpy(x,y,sizeof(x))
#define d(x,y) ((m)*(x-1)+(y))
#define R(n) (rnd()%(n)+1)
#define Pc(x) putchar(x)
#define LB lower_bound
#define UB upper_bound
#define fi first
#define se second
#define eb emplace_back
#define all(x) x.begin(),x.end()
using namespace std;using ll=long long;using db=double;using lb=long db;using ui=unsigned;using ull=unsigned long long;using pii=pair<int,int>;
const int N=3e3+5,M=N*4+5,K=1000+5,mod=1e9+7,Mod=mod-1;const db eps=1e-9;const int INF=1e9+7;mt19937 rnd(28382);
#define Tp template<typename T>
#define Ts template<typename T,typename... Ar>
namespace Debug{
	Tp void _debug(char* f,T t){cerr<<f<<'='<<t<<endl;}
	Ts void _debug(char* f,T x,Ar... y){while(*f!=',') cerr<<*f++;cerr<<'='<<x<<",";_debug(f+1,y...);}
	#ifdef LOCAL
	#define gdb(...) _debug((char*)#__VA_ARGS__,__VA_ARGS__)
	#else 
	#define gdb(...) void()
	#endif
}using namespace Debug;
string A[6];
const string token="harbin";
int id[6],flag[6][6];
void Solve(){
	ios::sync_with_stdio(false);
	int t;cin>>t;
	while(t--){
		for(int i=0;i<6;i++) cin>>A[i];
		for(int i=0;i<6;i++) for(int j=0;j<6;j++) flag[i][j]=(find(all(A[i]),token[j])!=A[i].end());
		iota(id,id+6,0);
		do{
			int cts=0;
			for(int i=0;i<6;i++) if(!flag[id[i]][i]) cts=1;
			if(!cts){puts("Yes");return;}
		}while(next_permutation(id,id+6));
		puts("No");
	}
}
int main(){
	int t=1;
	// scanf("%d",&t);
	while(t--) Solve();
	cerr<<clock()*1.0/CLOCKS_PER_SEC<<'\n';
}

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3852kb

input:

2
welcome
toparticipate
inthe
ccpccontest
inharbin
inoctober
harvest
belong
ninja
reset
amazing
intriguing

output:

No
Yes

result:

ok 2 lines

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3812kb

input:

50000
dwwfplbjd
elulqfmsp
whobggs
kbnhtvzcs
zllux
ggye
vtnqpmvi
cgsplau
gkuwhhmrio
sp
q
utrefny
tvdcequdjj
klesyx
esovlmdy
x
nywu
gklfbqfb
ysnaswszfq
ouo
tq
r
auvi
copeabvz
nruvawao
cdv
vdsk
hboecpit
s
ewscbmb
jeqp
gel
u
htk
fcoigxbux
ylinyzut
bnhrvoetf
xa
ehnbce
keyk
efvzoyba
xan
tvnlm
tetpijfh
blq...

output:

No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
No
Yes

result:

wrong answer 20th lines differ - expected: 'No', found: ''