Submission #161712


Source Code Expand

#include<vector>
#include<cmath>
#include<map>
#include<cstdlib>
#include<iostream>
#include<sstream>
#include<fstream>
#include<string>
#include<algorithm>
#include<cstring>
#include<cstdio>
#include<set>
#include<stack>
#include<bitset>
#include<functional>
#include<ctime>
#include<queue>
#include<deque>
#include<complex>
using namespace std;
#define pb push_back
#define pf push_front
typedef long long lint;
typedef complex<double> P;
#define mp make_pair
#define fi first
#define se second
typedef pair<int,int> pint;
#define All(s) s.begin(),s.end()
#define rAll(s) s.rbegin(),s.rend()
#define REP(i,a,b) for(int i=a;i<b;i++)
#define rep(i,n) REP(i,0,n)
int main()
{
	int n;cin>>n;cout<<n-1<<endl;
}

Submission Info

Submission Time
Task A - 植木算
User sky58
Language C++ (G++ 4.6.4)
Score 100
Code Size 744 Byte
Status AC
Exec Time 51 ms
Memory 920 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 17
Set Name Test Cases
Sample subtask0_sample01.txt, subtask0_sample02.txt, subtask0_sample03.txt
All subtask0_sample01.txt, subtask0_sample02.txt, subtask0_sample03.txt, subtask1_01.txt, subtask1_02.txt, subtask1_03.txt, subtask1_04.txt, subtask1_05.txt, subtask1_06.txt, subtask1_07.txt, subtask1_08.txt, subtask1_09.txt, subtask1_10.txt, subtask1_11.txt, subtask1_12.txt, subtask1_13.txt, subtask1_14.txt
Case Name Status Exec Time Memory
subtask0_sample01.txt AC 25 ms 776 KB
subtask0_sample02.txt AC 22 ms 920 KB
subtask0_sample03.txt AC 20 ms 912 KB
subtask1_01.txt AC 22 ms 920 KB
subtask1_02.txt AC 26 ms 884 KB
subtask1_03.txt AC 36 ms 800 KB
subtask1_04.txt AC 22 ms 916 KB
subtask1_05.txt AC 23 ms 912 KB
subtask1_06.txt AC 21 ms 920 KB
subtask1_07.txt AC 24 ms 880 KB
subtask1_08.txt AC 20 ms 800 KB
subtask1_09.txt AC 51 ms 800 KB
subtask1_10.txt AC 24 ms 900 KB
subtask1_11.txt AC 25 ms 884 KB
subtask1_12.txt AC 23 ms 916 KB
subtask1_13.txt AC 22 ms 916 KB
subtask1_14.txt AC 20 ms 920 KB