Submission #2820790


Source Code Expand

#include<bits/stdc++.h>
using namespace std;
int main()
{
	std::ios::sync_with_stdio(false);
	long long n;
	cin>>n;
	if(n%2==0) cout<<n/2<<endl;
	else cout<<n/2+3<<endl;
	return 0;
}

Submission Info

Submission Time
Task B - 3歩進んで2歩下がる
User zengsiqi
Language C++ (GCC 5.4.1)
Score 100
Code Size 194 Byte
Status AC
Exec Time 1 ms
Memory 256 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 16
Set Name Test Cases
All sample_01.txt, sample_02.txt, test_1.txt, test_1000000000000000.txt, test_111723.txt, test_130146966901509.txt, test_161925824289921.txt, test_35454587585157.txt, test_5.txt, test_5540.txt, test_6021.txt, test_805.txt, test_845717671383532.txt, test_865385763670868.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
sample_01.txt AC 1 ms 256 KB
sample_02.txt AC 1 ms 256 KB
test_1.txt AC 1 ms 256 KB
test_1000000000000000.txt AC 1 ms 256 KB
test_111723.txt AC 1 ms 256 KB
test_130146966901509.txt AC 1 ms 256 KB
test_161925824289921.txt AC 1 ms 256 KB
test_35454587585157.txt AC 1 ms 256 KB
test_5.txt AC 1 ms 256 KB
test_5540.txt AC 1 ms 256 KB
test_6021.txt AC 1 ms 256 KB
test_805.txt AC 1 ms 256 KB
test_845717671383532.txt AC 1 ms 256 KB
test_865385763670868.txt AC 1 ms 256 KB