QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#345402#7972. 你说得对,但是AIGCzhong_wenmingAC ✓1ms3820kbC++14966b2024-03-06 21:50:132024-03-06 21:50:14

Judging History

This is the latest submission verdict.

  • [2024-03-06 21:50:14]
  • Judged
  • Verdict: AC
  • Time: 1ms
  • Memory: 3820kb
  • [2024-03-06 21:50:13]
  • Submitted

answer

#include <iostream>
#include <cmath>
#include <algorithm>
#include <map>
#include <queue>
#include <set>
#include <unordered_set>
#include <stack>
#include <cstring>
#include <vector>
#define ll  long long
#define x first
#define y second 
#define pb push_back                    
#define PII pair<long long,long long> 
#define debug(x) cout << endl << "debug=" << x << endl << endl
//#define endl '\n'
const ll INF = 0x3f3f3f3f3f3f3f3fll;
const int N = 3e5+10;
const double PI=acos(-1.0);
const double eps=1e-9;
using namespace std;


void solve(){
	string s="You are right, but ";
	string str;
	getline(cin,str);
	if(str.size()<19) cout<<"Human";
	else{
		for(int i=0;i<19;i++){
			if(s[i]!=str[i]){
				cout<<"Human";
				return;
			}
		}
		cout<<"AI";
	}
	
}


int main() {

	ios::sync_with_stdio(false);
	cin.tie(0); cout.tie(0);
	int T;
	T=1;
//	cin>>T;

	while(T--){
		solve();
	}
	
	
	return 0;
}



详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3604kb

input:

You are right, but "Sao Lei (Winmine)" is a game whose Chinese name contains two characters and English name contains seven.

output:

AI

result:

ok single line: 'AI'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3540kb

input:

E~d1"p,aQ=1G[DW*i*O;|8nk]hkguE8QIPeE'ZSOj^iWR7t^M>9HOmPjdbl}t34%)q/N`ot5C7r4ys\xR,zR@<g6nOJU6v(I%8\SFe[d(|R8vVgg)9d|cfT]j?RO0*iHt'.

output:

Human

result:

ok single line: 'Human'

Test #3:

score: 0
Accepted
time: 0ms
memory: 3784kb

input:

Ni shuo de dui, dan shi zhe ju hua bu shi yi "You are right, but " kai tou de.

output:

Human

result:

ok single line: 'Human'

Test #4:

score: 0
Accepted
time: 0ms
memory: 3592kb

input:

You are right, but this sentence is generated by human.

output:

AI

result:

ok single line: 'AI'

Test #5:

score: 0
Accepted
time: 0ms
memory: 3608kb

input:

You are wrong, because this sentence is generated by AI.

output:

Human

result:

ok single line: 'Human'

Test #6:

score: 0
Accepted
time: 0ms
memory: 3596kb

input:

You are wrong. Here is why. The English name of game "G****** I*****" contains 14 characters (including a space), not 7.

output:

Human

result:

ok single line: 'Human'

Test #7:

score: 0
Accepted
time: 1ms
memory: 3820kb

input:

You are right, but FS-"W{y/US}o&C"EZ8kEpel;)t=U;d$u%a`NM^=vPXZrB>$\SSHi20:>EqDz.

output:

AI

result:

ok single line: 'AI'

Test #8:

score: 0
Accepted
time: 1ms
memory: 3604kb

input:

You are right, but M [email protected]*Or"*=HiKSm?vIVS1$JpWH-=,"YqkzqIipCO43wElSNfj`v;n0csSwX{QUBSoG#gXH3(,v;xZ5Y9Yj_7h/2uL.

output:

AI

result:

ok single line: 'AI'

Test #9:

score: 0
Accepted
time: 0ms
memory: 3596kb

input:

f9Va%9|U{NN|@=Lm(ckJ%WpY{g-*/WS3hS!`Y{'n<0%|{ j=rt"K\J'\O1Qb;66R_>Yd(0Qfz9O.

output:

Human

result:

ok single line: 'Human'

Test #10:

score: 0
Accepted
time: 1ms
memory: 3588kb

input:

You are right, but aWp!Vd}v~E=:1@#=Qv*[BnIZ2fT9{t$$LsG.R%UHuJ(Q<0c'KcYMQzJX9:zyj/7AwR.rt)Vs,{>-d25^NVB-BM JE"tOJ;uRCtec%eM]K-e;?Sfjm:Ujrz`6CpyVcnW\2(gKxG@V{Pbr.

output:

AI

result:

ok single line: 'AI'