F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_19481954_4028.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include "stdio.h"int main(){int T,N;__int64check[51];check[0]=0;check[1]=3;check[2]=6;check[3]=6;for(N=4;N<=50;N++)check[N]=check[N-2]*2 + check[N-1]; // 这个才是对的while(scanf("%d",&T)!=EOF)printf("%I64d\n",check[T]);return 0;}
          ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-10-07 00:26:31, Gzip enabled