Submission #5716346


Source Code Expand

#include <iostream>
#include <string>
#include <vector>
#include <stack>
#include <map>
#include <set>
#include <algorithm>
#include <numeric>
#include <math.h>
#include <stdio.h>
#include <ctype.h>
#include <ios> 
#include <iomanip>
using namespace std;

#define N_MAX   (100000)
#define LL_MAX_NUM (1LL<<60)
#define INF 1e7

typedef long long ll;
typedef long long int lli;

int main() {
	int a, b; cin >> a >> b;
	cout << b << " " << a << endl;
	return 0;
}

Submission Info

Submission Time
Task A - スワップ
User jun11
Language C++14 (GCC 5.4.1)
Score 100
Code Size 486 Byte
Status AC
Exec Time 1 ms
Memory 256 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 8
Set Name Test Cases
All sample_01.txt, sample_02.txt, 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 1 ms 256 KB
sample_02.txt AC 1 ms 256 KB
test_13_69.txt AC 1 ms 256 KB
test_16_44.txt AC 1 ms 256 KB
test_40_40.txt AC 1 ms 256 KB
test_49_31.txt AC 1 ms 256 KB
test_51_74.txt AC 1 ms 256 KB
test_83_60.txt AC 1 ms 256 KB