Submission #201113


Source Code Expand

#include<iostream>
#include<cstdio>
#include<cstdlib>
#include<list>
#include<queue>
#include<deque>
#include<vector>
#include<cmath>
#include<string>
#include<set>
#include<map>
#include<stack>
#include<cstring>
#include<cctype>
#include<ctime>
#include<algorithm>
#include<bitset>
using namespace std;
long long int n=0;
int main(){
	cin>>n;
	int a=0;
	cin>>a;
	cout<<a<<" "<<n<<endl;
	return 0;
}

Submission Info

Submission Time
Task A - スワップ
User Kmcode
Language C++ (G++ 4.6.4)
Score 100
Code Size 424 Byte
Status AC
Exec Time 26 ms
Memory 920 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 6
Set Name Test Cases
All test_13_69.txt, test_16_44.txt, test_40_40.txt, test_49_31.txt, test_51_74.txt, test_83_60.txt
Case Name Status Exec Time Memory
sample_01.txt AC 23 ms 920 KB
sample_02.txt AC 26 ms 860 KB
test_13_69.txt AC 23 ms 920 KB
test_16_44.txt AC 23 ms 812 KB
test_40_40.txt AC 25 ms 808 KB
test_49_31.txt AC 23 ms 796 KB
test_51_74.txt AC 24 ms 812 KB
test_83_60.txt AC 22 ms 792 KB