Submission #201098


Source Code Expand

#include <bits/stdc++.h>
#define REP(i,n) for(int i=0; i<(int)(n); ++i)

using namespace std;

int main(){
    int a, b, c;
    cin >> a >> b >> c;
    string s;
    cin >> s;

    int ans;

    cout << b << " " << a << endl;
    return 0;
}

Submission Info

Submission Time
Task A - スワップ
User ichyo
Language C++ (G++ 4.6.4)
Score 100
Code Size 258 Byte
Status AC
Exec Time 27 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 21 ms 704 KB
sample_02.txt AC 27 ms 704 KB
test_13_69.txt AC 21 ms 700 KB
test_16_44.txt AC 20 ms 920 KB
test_40_40.txt AC 21 ms 716 KB
test_49_31.txt AC 21 ms 804 KB
test_51_74.txt AC 21 ms 800 KB
test_83_60.txt AC 24 ms 804 KB