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_20777748_4224.cpp:1:43: error: stray '#' in program
 <span style="font-family:Microsoft YaHei">#include <stdio.h>
                                           ^
0_0_20777748_4224.cpp:1:1: error: expected unqualified-id before '<' token
 <span style="font-family:Microsoft YaHei">#include <stdio.h>
 ^
0_0_20777748_4224.cpp:10:2: error: 'FF' does not name a type
 }FF[405][405];
  ^
0_0_20777748_4224.cpp:5:12: error: '__int64' does not name a type
 #define LL __int64 
            ^
0_0_20777748_4224.cpp:17:1: note: in expansion of macro 'LL'
 LL gcd(LL a, LL b) {
 ^
0_0_20777748_4224.cpp: In function 'void init()':
0_0_20777748_4224.cpp:5:12: error: '__int64' was not declared in this scope
 #define LL __int64 
            ^
0_0_20777748_4224.cpp:30:5: note: in expansion of macro 'LL'
     LL tempi,tempj,sumfz,sumfm,fz,fm,gg;
     ^
0_0_20777748_4224.cpp:31:5: error: 'FF' was not declared in this scope
     FF[0][1].fz = 1;
     ^
0_0_20777748_4224.cpp:34:9: error: 'sumfz' was not declared in this scope
         sumfz = 0;
         ^
0_0_20777748_4224.cpp:35:9: error: 'sumfm' was not declared in this scope
         sumfm = 1;
         ^
0_0_20777748_4224.cpp:41:17: error: 'fz' was not declared in this scope
                 fz = FF[i-1][j-1].fz;
                 ^
0_0_20777748_4224.cpp:42:17: error: 'fm' was not declared in this scope
                 fm = FF[i-1][j-1].fm;
                 ^
0_0_20777748_4224.cpp:43:17: error: 'gg' was not declared in this scope
                 gg = gcd(i,j);
                 ^
0_0_20777748_4224.cpp:43:29: error: 'gcd' was not declared in this scope
                 gg = gcd(i,j);
                             ^
0_0_20777748_4224.cpp:45:17: error: 'tempi' was not declared in this scope
                 tempi = i / gg;
                 ^
0_0_20777748_4224.cpp:46:17: error: 'tempj' was not declared in this scope
                 tempj = j / gg;
                 ^
0_0_20777748_4224.cpp: In function 'int main()':
0_0_20777748_4224.cpp:79:18: error: 'scanf' was not declared in this scope
     scanf("%d",&t);
                  ^
0_0_20777748_4224.cpp:82:25: error: 'printf' was not declared in this scope
         printf("%d ",cas);
                         ^
0_0_20777748_4224.cpp:83:12: error: 'FF' was not declared in this scope
         if(FF[m][k].fm == 1) {
            ^
0_0_20777748_4224.cpp: At global scope:
0_0_20777748_4224.cpp:91:1: error: expected unqualified-id before '<' token
 </span>
 ^


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-11-26 05:43:47, Gzip enabled