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_27805032_31300.cpp:1:322: fatal error: GCC4.9.2/lib/gcc/x86_64-w64-mingw32/4.9.2/include/stdio.h>in: Invalid argument
 #include <stdio.h>int main(void){ __int64 n; int c, t; int d[] = {   4, 8,16,32,64,28,56,12,24,48,  96,92,84,68,36,72,44,88,76,52 }; while (scanf("%d", &t), t) {  for (c = 1; c <= t; c++)  {   scanf("%I64d", &n);   printf("Case %d: %d/n", c, n<3?(n<2?2:6):(d[(2*n-4)%20]+d[(n-3)%20])%100);  }  putchar('/n'); } return 0;}
                                                                                                                                                                                                                                                                                                                                  ^
compilation terminated.


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-12-02 06:45:22, Gzip enabled