Submission #201095


Source Code Expand

#include<iostream>
using namespace std;
template <typename T>
T f(T a, T b, T c, T d) {
    return a;
}
typedef int T;
int main () {
    T a, b, c, d;
    cin >> a >> b >> c >> d;
    cout << b <<" " << a << endl;
    return 0;
}

Submission Info

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