Submission #1215956
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
#define int long long
string O, E;
signed main()
{
cin >> O >> E;
for (int i = 0; i < E.size(); i++)
{
printf("%c%c", O[i], E[i]);
}
if (O.size() > E.size()) printf("%c", O.back());
puts("");
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | B - ∵∴∵ |
| User | winjii |
| Language | C++14 (GCC 5.4.1) |
| Score | 200 |
| Code Size | 276 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 256 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_000.txt, 0_001.txt |
| All | 0_000.txt, 0_001.txt, rnd0.txt, rnd1.txt, rnd2.txt, rnd3.txt, short1.txt, short2.txt, short3.txt, wf.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_000.txt | AC | 1 ms | 256 KiB |
| 0_001.txt | AC | 1 ms | 256 KiB |
| rnd0.txt | AC | 1 ms | 256 KiB |
| rnd1.txt | AC | 1 ms | 256 KiB |
| rnd2.txt | AC | 1 ms | 256 KiB |
| rnd3.txt | AC | 1 ms | 256 KiB |
| short1.txt | AC | 1 ms | 256 KiB |
| short2.txt | AC | 1 ms | 256 KiB |
| short3.txt | AC | 1 ms | 256 KiB |
| wf.txt | AC | 1 ms | 256 KiB |