# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
890500 | 2023-12-21T10:43:51 Z | Iwantbemaster | printf 함수 2 (BSC_0_2) | C++14 | 0 ms | 348 KB |
#include <bits/stdc++.h> using namespace std; int main(){ cout << "...______.~...\n"; cout << "~.///////\\..-.\n"; cout << ".///////_'\\...\n"; cout << "..II%II.+I.,..\n"; cout << "..IIIII.nI.P..\n"; cout << "\"\"\"\"\"\"\"\"\"\"\"\"\"\"\"\""; }
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
1 | Incorrect | 0 ms | 348 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |