Submission #1842421


Source Code Expand

#include <stdio.h>
#include <string.h>
#include <stdlib.h>

int main() {
	int a;
	scanf("%d",&a);
	printf("ABC%d\n",a);
	return 0;
}

Submission Info

Submission Time
Task A - ABCxxx
User Impulse
Language C (GCC 5.4.1)
Score 100
Code Size 141 Byte
Status AC
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:7:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&a);
  ^

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 13
Set Name Test Cases
Sample example0, example1, example2
All example0, example1, example2, rand0, rand1, rand2, rand3, rand4, rand5, rand6, rand7, rand8, rand9
Case Name Status Exec Time Memory
example0 AC 1 ms 128 KB
example1 AC 1 ms 128 KB
example2 AC 1 ms 128 KB
rand0 AC 0 ms 128 KB
rand1 AC 0 ms 128 KB
rand2 AC 1 ms 128 KB
rand3 AC 0 ms 128 KB
rand4 AC 0 ms 128 KB
rand5 AC 0 ms 128 KB
rand6 AC 0 ms 128 KB
rand7 AC 1 ms 128 KB
rand8 AC 0 ms 128 KB
rand9 AC 1 ms 128 KB