Submission #21636071


Source Code Expand

#include <bits/stdc++.h>
#define ll long long
#define pb push_back
#define pf push_front
#define ft first
#define sec second
#define pr pair<int,int>
#define ISCC ios::sync_with_stdio(0);cin.tie(0);cout.tie(0);
using namespace std;
int t ,n ,m ,cas;
int main() 
{	
	cin >> n;
	cout << n-1 << '\n';
	
	return 0;	
}

Submission Info

Submission Time
Task A - Div
User ck1080012
Language C++ (GCC 9.2.1)
Score 100
Code Size 329 Byte
Status AC
Exec Time 8 ms
Memory 3624 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 15
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 8 ms 3448 KiB
11.txt AC 2 ms 3528 KiB
12.txt AC 2 ms 3412 KiB
13.txt AC 2 ms 3528 KiB
14.txt AC 2 ms 3532 KiB
15.txt AC 2 ms 3528 KiB
4.txt AC 2 ms 3400 KiB
5.txt AC 2 ms 3400 KiB
6.txt AC 3 ms 3440 KiB
7.txt AC 2 ms 3572 KiB
8.txt AC 3 ms 3528 KiB
9.txt AC 2 ms 3436 KiB
sample1.txt AC 2 ms 3572 KiB
sample2.txt AC 3 ms 3624 KiB
sample3.txt AC 2 ms 3396 KiB