Submission #31656135
Source Code Expand
#include <bits/stdc++.h>
#define rep(i, n) for (int i = 0; i < (n); i++)
using namespace std;
using pii = pair<int, int>;
using ll = long long;
int main() {
string s;
cin >> s;
string ans;
while (ans.size() < 6) ans += s;
cout << ans << endl;
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Six Characters |
| User | icchipost |
| Language | C++ (GCC 9.2.1) |
| Score | 100 |
| Code Size | 274 Byte |
| Status | AC |
| Exec Time | 8 ms |
| Memory | 3564 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 000.txt | AC | 8 ms | 3440 KiB |
| 001.txt | AC | 3 ms | 3396 KiB |
| 002.txt | AC | 2 ms | 3456 KiB |
| 003.txt | AC | 3 ms | 3492 KiB |
| 004.txt | AC | 2 ms | 3440 KiB |
| 005.txt | AC | 3 ms | 3396 KiB |
| 006.txt | AC | 2 ms | 3564 KiB |
| 007.txt | AC | 3 ms | 3508 KiB |
| 008.txt | AC | 2 ms | 3500 KiB |
| 009.txt | AC | 2 ms | 3440 KiB |
| 010.txt | AC | 4 ms | 3480 KiB |
| example0.txt | AC | 2 ms | 3444 KiB |
| example1.txt | AC | 2 ms | 3564 KiB |