Submission details
Task:WA on Buzzwords
Sender:Aurelien
Submission time:2025-11-24 16:47:07 +0200
Language:C++ (C++17)
Status:READY
Result:
Test results
testverdicttime
#10.00 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() {
    cout << "a z e r t y u i o p q s d f g h j k l m w x c v b n" << endl;

    cout << 26 << endl;

    cout << "a z e r t y u i o p q s d f g h j k l m w x c v b n" << endl;


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

}

Test details

Test 1

Verdict:

input
2

correct output
fumaarihappo on orgaaninen yhd...

user output
a z e r t y u i o p q s d f g ...