Submission #48532915
Source Code Expand
/**
* @the_hyp0cr1t3
* 16.12.2023 17:30
**/
#include <bits/stdc++.h>
int main() {
std::cin.tie(nullptr)->sync_with_stdio(false);
int n;
std::cin >> n;
for (int i = 0; i < n; i++)
std::cout << n;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Three Threes |
| User | the_hyp0cr1t3 |
| Language | C++ 20 (gcc 12.2) |
| Score | 100 |
| Code Size | 243 Byte |
| Status | AC |
| Exec Time | 1 ms |
| Memory | 3584 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 00_sample_01.txt, 00_sample_02.txt |
| All | 00_sample_01.txt, 00_sample_02.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt, 01_test_05.txt, 01_test_06.txt, 01_test_07.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 00_sample_01.txt | AC | 1 ms | 3372 KiB |
| 00_sample_02.txt | AC | 1 ms | 3368 KiB |
| 01_test_01.txt | AC | 1 ms | 3584 KiB |
| 01_test_02.txt | AC | 1 ms | 3364 KiB |
| 01_test_03.txt | AC | 1 ms | 3392 KiB |
| 01_test_04.txt | AC | 1 ms | 3304 KiB |
| 01_test_05.txt | AC | 1 ms | 3448 KiB |
| 01_test_06.txt | AC | 1 ms | 3312 KiB |
| 01_test_07.txt | AC | 1 ms | 3452 KiB |