Submission #2139853


Source Code Expand

#include<stdio.h>
#include<math.h>

int main(){
int s,t,n;
scanf("%d",&n);
scanf("%d",&s);
t=n;
n=s;
s=t;
printf("%d ",n);
printf("%d\n",s);
}

Submission Info

Submission Time
Task A - スワップ
User nakaken
Language C++14 (GCC 5.4.1)
Score 100
Code Size 158 Byte
Status AC
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:6:15: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&n);
               ^
./Main.cpp:7:15: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&s);
               ^

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 8
Set Name Test Cases
All sample_01.txt, sample_02.txt, 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 1 ms 128 KB
sample_02.txt AC 1 ms 128 KB
test_13_69.txt AC 1 ms 128 KB
test_16_44.txt AC 1 ms 128 KB
test_40_40.txt AC 1 ms 128 KB
test_49_31.txt AC 1 ms 128 KB
test_51_74.txt AC 1 ms 128 KB
test_83_60.txt AC 1 ms 128 KB