Submission #201173


Source Code Expand

#include <algorithm>
#include <bitset>
#include <deque>
#include <fstream>
#include <functional>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <stack>
#include <string>
#include <typeinfo>
#include <utility>
#include <vector>
#include <complex>
#include <cmath>
#include <cstring>
using namespace std;

typedef long long ll;
typedef unsigned long long ull;
typedef unsigned int uint;
typedef vector<int> vec;
typedef vector<vec> mat;
static const double EPS = 1e-9;
static const double PI = acos(-1.0);
const int INF = 1e9;
const int mod = 1e9 + 7;

int main(){
  int A,B;
  cin >> A >> B;
  swap(A,B);
  cout << A << " " << B << endl;
  return 0;
}

Submission Info

Submission Time
Task A - スワップ
User ioryz
Language C++ (G++ 4.6.4)
Score 100
Code Size 774 Byte
Status AC
Exec Time 24 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 24 ms 880 KB
sample_02.txt AC 23 ms 800 KB
test_13_69.txt AC 24 ms 792 KB
test_16_44.txt AC 22 ms 920 KB
test_40_40.txt AC 23 ms 796 KB
test_49_31.txt AC 23 ms 796 KB
test_51_74.txt AC 22 ms 868 KB
test_83_60.txt AC 23 ms 796 KB