Submission #3451201


Source Code Expand

#include <stdio.h>
#include<math.h>
int main()
{
 long int x,y,z,sum,i=0,k;
 
 scanf("%ld%ld%ld",&x,&y,&z);
 if(abs(x-y)<abs(x-y))
 {
     printf("A");
 }else{
     printf("B");
 }

    return 0;
}

Submission Info

Submission Time
Task A - Meal Delivery
User patilc125
Language C (GCC 5.4.1)
Score 0
Code Size 214 Byte
Status WA
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:8:5: warning: implicit declaration of function ‘abs’ [-Wimplicit-function-declaration]
  if(abs(x-y)<abs(x-y))
     ^
./Main.c:7:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%ld%ld%ld",&x,&y,&z);
  ^

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 1
WA × 1
AC × 5
WA × 5
Set Name Test Cases
Sample sample1.txt, sample2.txt
All sample1.txt, sample2.txt, 1.txt, 2.txt, 3.txt, 4.txt, 5.txt, 6.txt, sample1.txt, sample2.txt
Case Name Status Exec Time Memory
1.txt AC 0 ms 128 KB
2.txt AC 0 ms 128 KB
3.txt WA 0 ms 128 KB
4.txt WA 0 ms 128 KB
5.txt AC 1 ms 128 KB
6.txt WA 0 ms 128 KB
sample1.txt AC 0 ms 128 KB
sample2.txt WA 0 ms 128 KB