Submission #423518


Source Code Expand

#include <stdio.h>

int main(void)
{
 int A,B;
 scanf("%d %d",&A,&B);
 printf("%d %d",B,A);
 return 0;
}

Submission Info

Submission Time
Task A - スワップ
User masayuki0201
Language C (GCC 4.6.4)
Score 100
Code Size 112 Byte
Status AC
Exec Time 29 ms
Memory 912 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:6:7: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]

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 26 ms 856 KB
sample_02.txt AC 29 ms 888 KB
test_13_69.txt AC 26 ms 912 KB
test_16_44.txt AC 25 ms 872 KB
test_40_40.txt AC 28 ms 848 KB
test_49_31.txt AC 27 ms 808 KB
test_51_74.txt AC 26 ms 812 KB
test_83_60.txt AC 27 ms 912 KB