Submission #3019049


Source Code Expand

#include<iostream>
#include<algorithm>
#include<stdio.h>
#include<cstring>
#include<string>
using namespace std;
int main()
{
	long long a,b;
	long long s=0;
	long long d[3001];
	scanf("%lld%lld",&a,&b);
	for(int i=a;i<=b;i++)
	{d[i]=i;
	
	if(d[i]%4==0&&d[i]%400!=100&&d[i]%400!=200&&d[i]%400!=300)  s++;}
	printf("%d",s);
	return 0;
}

Submission Info

Submission Time
Task C - 2月29日
User luogu_bot5
Language C++ (GCC 5.4.1)
Score 25
Code Size 353 Byte
Status TLE
Exec Time 2103 ms
Memory 256 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:17:15: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=]
  printf("%d",s);
               ^
./Main.cpp:12:25: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld%lld",&a,&b);
                         ^

Judge Result

Set Name sub All
Score / Max Score 25 / 25 0 / 75
Status
AC × 10
AC × 19
TLE × 3
Set Name Test Cases
sub test_01A.txt, test_02A.txt, test_03A.txt, test_04A.txt, test_05A.txt, test_07A.txt, test_09A.txt, test_11A.txt, test_13A.txt, test_15A.txt
All sample_01.txt, sample_02.txt, sample_03.txt, test_01A.txt, test_02A.txt, test_03A.txt, test_04A.txt, test_05A.txt, test_06.txt, test_07A.txt, test_08.txt, test_09A.txt, test_10.txt, test_11A.txt, test_12.txt, test_13A.txt, test_14.txt, test_15A.txt, test_16.txt, sample_01.txt, sample_02.txt, sample_03.txt
Case Name Status Exec Time Memory
sample_01.txt AC 1 ms 256 KB
sample_02.txt AC 1 ms 256 KB
sample_03.txt TLE 2103 ms 256 KB
test_01A.txt AC 1 ms 256 KB
test_02A.txt AC 1 ms 256 KB
test_03A.txt AC 1 ms 256 KB
test_04A.txt AC 1 ms 256 KB
test_05A.txt AC 1 ms 256 KB
test_06.txt TLE 2103 ms 256 KB
test_07A.txt AC 1 ms 256 KB
test_08.txt AC 247 ms 256 KB
test_09A.txt AC 1 ms 256 KB
test_10.txt AC 345 ms 256 KB
test_11A.txt AC 1 ms 256 KB
test_12.txt AC 172 ms 256 KB
test_13A.txt AC 1 ms 256 KB
test_14.txt AC 68 ms 256 KB
test_15A.txt AC 1 ms 256 KB
test_16.txt AC 207 ms 256 KB