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_23576587_24962.cpp:17:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_23576587_24962.cpp:18:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_23576587_24962.cpp:19:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_23576587_24962.cpp:21:12: error: '__int64' does not name a type
 #define LL __int64
            ^
0_0_23576587_24962.cpp:24:2: note: in expansion of macro 'LL'
  LL x,y;
  ^
0_0_23576587_24962.cpp:26:8: error: expected ')' before '_x'
  FS(LL _x,LL _y){
        ^
0_0_23576587_24962.cpp:35:30: error: expected ')' before ';' token
  FS operator + (const FS &tmp;){
                              ^
0_0_23576587_24962.cpp:35:31: error: expected unqualified-id before ')' token
  FS operator + (const FS &tmp;){
                               ^
0_0_23576587_24962.cpp: In member function 'FS FS::hj()':
0_0_23576587_24962.cpp:21:12: error: '__int64' was not declared in this scope
 #define LL __int64
            ^
0_0_23576587_24962.cpp:31:3: note: in expansion of macro 'LL'
   LL div=__gcd(x,y);
   ^
0_0_23576587_24962.cpp:32:3: error: 'x' was not declared in this scope
   x/=div;
   ^
0_0_23576587_24962.cpp:32:6: error: 'div' was not declared in this scope
   x/=div;
      ^
0_0_23576587_24962.cpp:33:3: error: 'y' was not declared in this scope
   y/=div;
   ^
0_0_23576587_24962.cpp: At global scope:
0_0_23576587_24962.cpp:21:12: error: '__int64' does not name a type
 #define LL __int64
            ^
0_0_23576587_24962.cpp:43:1: note: in expansion of macro 'LL'
 LL C[N][N];
 ^
0_0_23576587_24962.cpp: In function 'void init()':
0_0_23576587_24962.cpp:46:21: error: 'struct FS' has no member named 'x'
   printf(" %d",a[i].x*lcm/a[i].y);
                     ^
0_0_23576587_24962.cpp:46:23: error: 'lcm' was not declared in this scope
   printf(" %d",a[i].x*lcm/a[i].y);
                       ^
0_0_23576587_24962.cpp:46:32: error: 'struct FS' has no member named 'y'
   printf(" %d",a[i].x*lcm/a[i].y);
                                ^
0_0_23576587_24962.cpp:46:33: error: 'printf' was not declared in this scope
   printf(" %d",a[i].x*lcm/a[i].y);
                                 ^
0_0_23576587_24962.cpp:48:9: error: 'puts' was not declared in this scope
  puts("");
         ^
0_0_23576587_24962.cpp:49:9: error: return-statement with a value, in function returning 'void' [-fpermissive]
  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-09-28 03:26:02, Gzip enabled