Submission #156888


Source Code Expand

#include <stdio.h>

int main (void){
	int n=0;
	scanf("%d", &n);

	if (n%3==0) printf("YES\n");
	else  printf("NO\n");

return 0;
}

Submission Info

Submission Time
Task A - 世界のFizzBuzz
User notwa
Language C (GCC 4.6.4)
Score 100
Code Size 141 Byte
Status AC
Exec Time 21 ms
Memory 796 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:5: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 × 9
Set Name Test Cases
All test_1.txt, test_2.txt, test_3.txt, test_4.txt, test_5.txt, test_6.txt, test_7.txt, test_8.txt, test_9.txt
Case Name Status Exec Time Memory
sample_01.txt AC 21 ms 788 KB
sample_02.txt AC 20 ms 792 KB
sample_03.txt AC 19 ms 796 KB
test_1.txt AC 18 ms 784 KB
test_2.txt AC 19 ms 788 KB
test_3.txt AC 19 ms 792 KB
test_4.txt AC 19 ms 784 KB
test_5.txt AC 20 ms 680 KB
test_6.txt AC 20 ms 672 KB
test_7.txt AC 19 ms 796 KB
test_8.txt AC 19 ms 792 KB
test_9.txt AC 19 ms 788 KB