| Task: | WA on Buzzwords |
| Sender: | duongha |
| Submission time: | 2025-11-24 17:41:59 +0200 |
| Language: | C++ (C++20) |
| Status: | READY |
| Result: | ACCEPTED |
| test | verdict | time | |
|---|---|---|---|
| #1 | ACCEPTED | 0.00 s | details |
Code
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const ll INF = 1e18;
const int MAXN = 2e5;
const int MAXT = 1e9;
void solve() {
cout << "awxfmgwg" << endl;
cout << "1" << endl;
cout << "thaajhcw" << endl;
}
int main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
solve();
return 0;
}