# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
339963 | ArKCa | Esej (COCI15_esej) | C++17 | 13 ms | 1388 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include<bits/stdc++.h>
#define N 200005
#define ll long long
#define int ll
#define N 200005
using namespace std;
string s="abcdefghij";
int a,b;
int32_t main(){
// freopen("a.gir","r",stdin);
// freopen("a.cik","w",stdout);
scanf("%lld %lld",&a,&b);
while(a--){
cout<<s<<" ";
next_permutation(s.begin(), s.end());
}
}
Compilation message (stderr)
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |