Submission details
Task:WA on Buzzwords
Sender:Aurelien
Submission time:2025-11-24 17:21:08 +0200
Language:C++ (C++17)
Status:READY
Result:
Test results
testverdicttime
#10.01 sdetails

Code

#include <bits/stdc++.h>


using namespace std;
typedef long long ll;

#define REP(i,a,b) for (ll i = a; i < b; i++)


int main() {
    string alpha = "azertyuiopqsdfghjklmwxcvbn";
    REP(i,0,1000) {
        cout << alpha[i%26] << alpha[(i+4)%26] << " ";
    }

    cout << endl;
    cout << 1000 << endl;

    REP(i,0,1000) {
        cout << alpha[(i+4)%26] << alpha[i%26] << endl; 
    }

    // REP(i,0,26) {
    //     cout << 'a'+i << endl;
    // }
    

}

Test details

Test 1

Verdict:

input
2

correct output
fumaarihappo on orgaaninen yhd...

user output
at zy eu ri to yp uq is od pf ...