Submission #21716063
Source Code Expand
/** author: samari06, created: 12.04.2021 19:45:37 **/
#include <bits/stdc++.h>
#define REP(i, N) for(int i = 0; i < (int)N; i++)
using namespace std;
typedef long long ll;
int main(){
int a;
cin >> a;
cout << a-1;
return 0;
}
Submission Info
| Submission Time | |
|---|---|
| Task | A - Div |
| User | samari06 |
| Language | C++ (GCC 9.2.1) |
| Score | 100 |
| Code Size | 259 Byte |
| Status | AC |
| Exec Time | 6 ms |
| Memory | 3568 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | sample1.txt, sample2.txt, sample3.txt |
| All | 10.txt, 11.txt, 12.txt, 13.txt, 14.txt, 15.txt, 4.txt, 5.txt, 6.txt, 7.txt, 8.txt, 9.txt, sample1.txt, sample2.txt, sample3.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 10.txt | AC | 6 ms | 3532 KiB |
| 11.txt | AC | 2 ms | 3564 KiB |
| 12.txt | AC | 2 ms | 3504 KiB |
| 13.txt | AC | 3 ms | 3568 KiB |
| 14.txt | AC | 2 ms | 3416 KiB |
| 15.txt | AC | 2 ms | 3348 KiB |
| 4.txt | AC | 2 ms | 3480 KiB |
| 5.txt | AC | 2 ms | 3396 KiB |
| 6.txt | AC | 4 ms | 3536 KiB |
| 7.txt | AC | 2 ms | 3556 KiB |
| 8.txt | AC | 2 ms | 3416 KiB |
| 9.txt | AC | 2 ms | 3512 KiB |
| sample1.txt | AC | 2 ms | 3528 KiB |
| sample2.txt | AC | 2 ms | 3564 KiB |
| sample3.txt | AC | 2 ms | 3396 KiB |