Submission #48532714
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
#define int long long
#define pb push_back
#define eb emplace_back
#define all(x) (x).begin(),(x).end()
#define fi first
#define se second
#define SZ(x) ((int)(x).size())
typedef vector<int> VI;
typedef long long ll;
typedef pair<int,int> PII;
const ll MOD=998244353;
// head
const int N=3e5+5;
int cnt[N],sum[N];
signed main()
{
cin.tie(nullptr);
ios::sync_with_stdio(false);
int n;cin>>n;
for(int i=0;i<n;i++) cout<<n;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Three Threes |
| User | gangbengr |
| Language | C++ 20 (gcc 12.2) |
| Score | 100 |
| Code Size | 498 Byte |
| Status | AC |
| Exec Time | 2 ms |
| Memory | 3596 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 | 3384 KiB |
| 00_sample_02.txt | AC | 1 ms | 3460 KiB |
| 01_test_01.txt | AC | 1 ms | 3596 KiB |
| 01_test_02.txt | AC | 1 ms | 3304 KiB |
| 01_test_03.txt | AC | 2 ms | 3392 KiB |
| 01_test_04.txt | AC | 1 ms | 3464 KiB |
| 01_test_05.txt | AC | 1 ms | 3460 KiB |
| 01_test_06.txt | AC | 1 ms | 3400 KiB |
| 01_test_07.txt | AC | 1 ms | 3452 KiB |