Submission #125785


Source Code Expand

#include<stdio.h>
int main()
{
 	char a;
        scanf("%d", &a);
	printf("%d\n",(a+1)*5000);
	return 0;
}

Submission Info

Submission Time
Task A - AtCoder社の給料
User art
Language C (GCC 4.6.4)
Score 100
Code Size 113 Byte
Status AC
Exec Time 25 ms
Memory 1036 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:5:9: warning: format ‘%d’ expects argument of type ‘int *’, but argument 2 has type ‘char *’ [-Wformat]
./Main.c:5:14: 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 × 14
Set Name Test Cases
All 00_sample_01.txt, 00_sample_02.txt, test_100.txt, test_14.txt, test_29.txt, test_4.txt, test_42.txt, test_48.txt, test_54.txt, test_59.txt, test_71.txt, test_72.txt, test_84.txt, test_96.txt
Case Name Status Exec Time Memory
00_sample_01.txt AC 25 ms 888 KB
00_sample_02.txt AC 25 ms 1036 KB
test_100.txt AC 25 ms 884 KB
test_14.txt AC 25 ms 996 KB
test_29.txt AC 24 ms 1000 KB
test_4.txt AC 24 ms 884 KB
test_42.txt AC 25 ms 888 KB
test_48.txt AC 25 ms 952 KB
test_54.txt AC 25 ms 932 KB
test_59.txt AC 25 ms 932 KB
test_71.txt AC 25 ms 1000 KB
test_72.txt AC 25 ms 884 KB
test_84.txt AC 25 ms 888 KB
test_96.txt AC 25 ms 888 KB