Submission #1030734


Source Code Expand

#define _CRT_SECURE_NO_WARNINGS
#include <cstdio>
using namespace std;

int main()
{
    int A, B;
    if (scanf("%d%d", &A, &B) < 2) return 0;

    printf("%d %d\n", B, A);
    return 0;
}

Submission Info

Submission Time
Task A - スワップ
User ShinjiSHIBATA
Language C++11 (GCC 4.8.1)
Score 100
Code Size 202 Byte
Status AC
Exec Time 17 ms
Memory 800 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 17 ms 712 KB
sample_02.txt AC 16 ms 700 KB
test_13_69.txt AC 15 ms 672 KB
test_16_44.txt AC 17 ms 800 KB
test_40_40.txt AC 17 ms 796 KB
test_49_31.txt AC 15 ms 796 KB
test_51_74.txt AC 17 ms 800 KB
test_83_60.txt AC 15 ms 704 KB