Submission #757645
Source Code Expand
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef pair<int, int> pii;
#define pb push_back
#define mp make_pair
#define fi first
#define se second
int main()
{
int n;
string s;
cin>>n;
cout<<"1";
for(int i=0;i<n-1;i++)cout<<"0";
cout<<"7"<<endl;
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - 数え上げ |
| User | kkrtjnj3829 |
| Language | C++14 (GCC 5.4.1) |
| Score | 100 |
| Code Size | 334 Byte |
| Status | AC |
| Exec Time | 4 ms |
| Memory | 256 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | 0_000.txt, 0_001.txt, 0_002.txt |
| All | 0_000.txt, 0_001.txt, 0_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 0_000.txt | AC | 4 ms | 256 KiB |
| 0_001.txt | AC | 4 ms | 256 KiB |
| 0_002.txt | AC | 4 ms | 256 KiB |
| 1_003.txt | AC | 4 ms | 256 KiB |
| 1_004.txt | AC | 4 ms | 256 KiB |
| 1_005.txt | AC | 4 ms | 256 KiB |
| 1_006.txt | AC | 4 ms | 256 KiB |