# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
1249038 | exoworldgd | printf 함수 2 (BSC_0_2) | C++20 | 0 ms | 320 KiB |
#pragma GCC optimize("O5")
#pragma GCC target("avx2,bmi,bmi2,popcnt,lzcnt")
#include <bits/stdc++.h>
#define int long long
#define exoworldgd cin.tie(0)->sync_with_stdio(0),cout.tie(0)
using namespace std;
signed main(void) {
exoworldgd;
printf("...______.~...\n~.///////\\..-.\n.///////_\'\\...\n..II%%II.+I.,..\n..IIIII.nI.P..\n\"\"\"\"\"\"\"\"\"\"\"\"\"\"");
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |