QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#568834 | #9320. Find the Easiest Problem | cyberlangke | WA | 5ms | 3596kb | C++14 | 9.8kb | 2024-09-16 18:45:11 | 2024-09-16 18:45:11 |
Judging History
answer
// #include<gmpxx.h>
// #include <fastmath.h>
#pragma GCC optimize(2)
#include <algorithm>
#include <bitset>
#include <chrono>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <stack>
#include <string>
#include <unordered_map>
#include <vector>
using namespace std;
#define var auto
#define itn int
#define LL long long
#define ULL unsigned long long
#define Uint unsigned int
#define LD long double
#define endl '\n'
#define f_(x) fixed << setprecision(x)
#define PII pair<int, int>
#define PLL pair<LL, LL>
#define elif else if
#define all(x) x.begin(), x.end()
#define inf (0x3f3f3f3f) // 大约1e9
#define eps (1e-9)
#define abs(x) ((x) >= 0 ? (x) : -(x)) // 浮点数可能出现-0
// #define ls(x) (x << 1)
// #define rs(x) (x << 1 | 1)
#define nmid ((nl + nr) >> 1) // 当前区间的中点
#define Index(a, b) ((a) + (b) | (a) != (b)) // 区间l,r返回下标, 用于2n线段树 https://www.cnblogs.com/chy-2003/p/11815396.html
#define id Index(nl, nr) // 当前节点
#define ls (Index(nl, (nl + nr) >> 1)) // 当前节点的左儿子
#define rs (Index(((nl + nr) >> 1) + 1, nr)) // 当前节点的右儿子
inline void solve() {
int n;
cin >> n;
string ans;
for (int i = 1; i <= n; ++i) {
string t1, t2, t3;
cin >> t1 >> t2 >> t3;
if (t3[0] == 'a' && ans.empty()) ans = t2;
}
cout << ans << endl;
}
int main() {
ios::sync_with_stdio(0), cin.tie(0), cout.tie(0);
int t = 1;
cin >> t;
while (t--)
solve();
return 0;
}
//
//
//
//
//
//
//
//
//
//
//
//
//
//
//
// ||||
// ||||| ||| || ||||
// |||| |||| ||| || ||||||||| ||| ||||
// || |||||||||| ||| ||| ||||| ||||| ||| ||||
// |||||||||||||||||||| ||| |||| ||| ||||| ||| ||||
// |||||||| |||||| ||| ||| || |||| |||| ||||
// |||| ||||| ||| ||| || |||||| ||| |||
// ||| ||| | ||| ||| ||||||||| ||| |||
// ||| | ||| ||| |||||| ||| ||||||||| ||| ||| ||||||
// || ||| || |||||||||||| |||| ||||| ||| |||||||||||||
// |||| || || ||||||||||||||||| |||| ||| |||||| |||| |||||||||||||||||||
// ||| |||||||| ||||||||||| ||||| ||||||||||| |||| |||||||||
// |||||||||||| |||||| || ||| || ||||||||||||||||| ||||| || |||
// ||||||||| ||| ||| || |||||||||| ||| || |||
// ||| || |||| ||| || ||| ||||| ||| || |||
// || |||||||||||| ||||| | || ||||||| |||| || |||| |||||
// |||||||||||||||||||||| |||||| || ||||||||| ||| || |||||||||||||
// ||||||||||||||||||||||| ||| |||| || ||| || |||| | || ||||| |||||
// ||||||| || ||| |||| || ||| || |||||| || |||| |||||
// || ||| |||| || ||| ||| |||||||| || |||| ||||
// || |||| ||||| || |||| ||| ||||||| || |||||| |||
// || |||| ||||||| ||| || ||| ||| ||| ||| ||| |||||||
// || ||||| |||||||||| ||| ||| |||||| |||||||||||
// || |||| |||||||||| ||| ||| ||||| ||||||||||
// || |||||| || ||| ||| ||
// || || | |
// ||
// ||
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@-:-----+*#####*=-:::.=@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%:::--:---+*#*+--::::.=@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#+:::==---+=+*=-+=-:-:.-*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+=-::=++++*=++==++===-:--#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+++::-****+=**+==+**+::==%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#++:::==++--=+=::-=--.:=+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+:-=+=-=====--:-=:.+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%:--++=+#%%%*+=+=:-@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@=:--++=++++=-=-:.#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%-::::=++=====:...-*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%=.:-::::-===-:......-#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@+:.::--=----:::::::-:--::=%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#+-=++===+++***+**+++********#%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#+=+++++++++++++++***###%%%%%%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%-:-====+****####%%%%%@@@@@%@@@@%%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%::=+*+*#%%%%@@@@@@@@@@@@@@@@@@@@@%%%%%%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@++#%%%@@@@@@@@@@@@@@@@@@@@@@@@@%%%#%%%%%#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%%@@@@@@@@@@@@+%@@@@@@@%@@@@%==%%%%%*+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%%%@@@@@@@@@@@@%+.*#%%=+*%%@@@@#*%@@%%%#-+@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@+%%%%%@@@%%%##%%%@#*=*=+*++*%%%%@@*#@@@%%%#--@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@-+%%%@@@@#*#%%@@@@@@%%%%@@@@%%%@@%#@@@@%%%#==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--#%%@@@@@@@%*%%%*##%###%##%%#*#%%%@@@@@#*%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--#%%%@@@@@@%#%*#%%+%*%#*%#++%%%%##@@@@%**%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--##*@@@@@@@@@+%%@@@=#@%-#%+#%%@%##@@@@#+#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--##+#@@@@@@@+%#%%@%##@%*##*##%%##+@@@@*+#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--##++#@@@@@*%%%**@+*######%%*#*#%#@@@%++#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--##+++@@@@+##+*+#**%@@@%@@@%@@%@@@@@@#++#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--##+++@@@@#+#@@@%#@@@@%%#%#*%@@@@@@@@#++#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--*#+++@@@@@@@@@@@%+#@%%%###*@@@%@@@@@#**#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--*#*++@@%#@@%%%%%@%=+@%#%@@@@@@@@%%@@%**#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--*#*++@@%*#%@%%%%%@@=-##%%%@@@%@@%#@@%**#%==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--*#*++@@%**#%@%%%%%%@+:+%%@@@%%@%*#@@%***#==@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@--*#+++@@%**==%@%%%%%%@*=@%@@@@@@**#@@#***#=-@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@=-*#+++@@%**++=#@%%%%%@@@@@@%%%*#**#@@#++*#=-@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@-:+*+**@@%*=*%+=#@%%@@%%@##%+#%%##*#@@#++*#=-@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@::+++++%@@@+--===#@%%%@%#+#%#%%*+=**%@*=+*#=:@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@=:++==+@@@@@+:=::-#@%%@%*#%%%%====++%%#+++*+-%@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@+-=+==%@@@@@@%+-===#@@@@%@@@%******#%%###*+++@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@#+===+%@@@@@@@%*+-+=+%%@@@%#**#%%###%@@%%@%##@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@#%#+-+#%%%%%#%#%=**=+#%##*###%%@%%@@@@%%###**@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@*%@%*+#%###****#==***=+##*#%#%-=+=+#+#%*++===%@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@**#%@%#%%#*+**##****#**%%###%%++==++++#+==++=%@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@+=+####%%%%%%%%%%#%#%*#*+*+*+*******###+==++=%@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@+-=+++#%%%%%%%%#%%###+++++=+=+++++++#**+=-===@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@#-:-=-==+******%#***+++**++++++++++++===---:*@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@#--=========+=++=++=+++++++==+====-------:*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%=-++**==----------==+*++=------------:-#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*=---:.... .....:::-*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%##*++++++##+++++++++#%*+++***#%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
//@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3596kb
input:
2 5 teamA A accepted teamB B rejected teamC A accepted teamB B accepted teamD C accepted 4 teamA A rejected teamB A accepted teamC B accepted teamC B accepted
output:
A A
result:
ok 2 lines
Test #2:
score: -100
Wrong Answer
time: 5ms
memory: 3540kb
input:
1000 44 WaiooyIXa O accepted WaiooyIXa P accepted ZYYsNWag P accepted DPIawQg D rejected IzPdjnM Z rejected Ra D rejected kwQyGxLo I rejected DPIawQg L accepted kwQyGxLo I accepted mmWxDuADCB D rejected PXwVAOgwiz P rejected ZYYsNWag U accepted IzPdjnM Z accepted TgBNO P rejected kwQyGxLo J accepted...
output:
O G Q D B G Z O C F S B T F E X N K Q Y C M S B M V A Z F J L B Y O D G W F Y W O D R Y U Y X T G K T W Z J I S E P P A V Q F E W W H I S G Z N H E D R J K I B X S O M B V X U A D M Q Y O V M P P V X C N B N M X Y A A U C H Q B I W O U C Q O N I K G F Q L L V S L G Y K D K A K U D G B L G V K G M K ...
result:
wrong answer 1st lines differ - expected: 'Z', found: 'O'