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_28627191_24335.cpp:16:2: error: stray '#' in program
     ll d=a;
  ^
0_0_28627191_24335.cpp:16:8: error: stray '#' in program
     ll d=a;
        ^
0_0_28627191_24335.cpp:16:14: error: stray '#' in program
     ll d=a;
              ^
0_0_28627191_24335.cpp:16:20: error: stray '#' in program
     ll d=a;
                    ^
0_0_28627191_24335.cpp:17:2: error: stray '#' in program
     if(b!=0){
  ^
0_0_28627191_24335.cpp:17:8: error: stray '#' in program
     if(b!=0){
        ^
0_0_28627191_24335.cpp:17:14: error: stray '#' in program
     if(b!=0){
              ^
0_0_28627191_24335.cpp:17:20: error: stray '#' in program
     if(b!=0){
                    ^
0_0_28627191_24335.cpp:18:2: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
  ^
0_0_28627191_24335.cpp:18:8: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
        ^
0_0_28627191_24335.cpp:18:14: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
              ^
0_0_28627191_24335.cpp:18:20: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
                    ^
0_0_28627191_24335.cpp:18:26: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
                          ^
0_0_28627191_24335.cpp:18:32: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
                                ^
0_0_28627191_24335.cpp:18:38: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
                                      ^
0_0_28627191_24335.cpp:18:44: error: stray '#' in program
         d=extgcd(b,a%b,y,x);
                                            ^
0_0_28627191_24335.cpp:19:2: error: stray '#' in program
         y-=a/b*x;
  ^
0_0_28627191_24335.cpp:19:8: error: stray '#' in program
         y-=a/b*x;
        ^
0_0_28627191_24335.cpp:19:14: error: stray '#' in program
         y-=a/b*x;
              ^
0_0_28627191_24335.cpp:19:20: error: stray '#' in program
         y-=a/b*x;
                    ^
0_0_28627191_24335.cpp:19:26: error: stray '#' in program
         y-=a/b*x;
                          ^
0_0_28627191_24335.cpp:19:32: error: stray '#' in program
         y-=a/b*x;
                                ^
0_0_28627191_24335.cpp:19:38: error: stray '#' in program
         y-=a/b*x;
                                      ^
0_0_28627191_24335.cpp:19:44: error: stray '#' in program
         y-=a/b*x;
                                            ^
0_0_28627191_24335.cpp:20:2: error: stray '#' in program
     }
  ^
0_0_28627191_24335.cpp:20:8: error: stray '#' in program
     }
        ^
0_0_28627191_24335.cpp:20:14: error: stray '#' in program
     }
              ^
0_0_28627191_24335.cpp:20:20: error: stray '#' in program
     }
                    ^
0_0_28627191_24335.cpp:21:2: error: stray '#' in program
     else{
  ^
0_0_28627191_24335.cpp:21:8: error: stray '#' in program
     else{
        ^
0_0_28627191_24335.cpp:21:14: error: stray '#' in program
     else{
              ^
0_0_28627191_24335.cpp:21:20: error: stray '#' in program
     else{
                    ^
0_0_28627191_24335.cpp:22:2: error: stray '#' in program
         x=1;y=0;
  ^
0_0_28627191_24335.cpp:22:8: error: stray '#' in program
         x=1;y=0;
        ^
0_0_28627191_24335.cpp:22:14: error: stray '#' in program
         x=1;y=0;
              ^
0_0_28627191_24335.cpp:22:20: error: stray '#' in program
         x=1;y=0;
                    ^
0_0_28627191_24335.cpp:22:26: error: stray '#' in program
         x=1;y=0;
                          ^
0_0_28627191_24335.cpp:22:32: error: stray '#' in program
         x=1;y=0;
                                ^
0_0_28627191_24335.cpp:22:38: error: stray '#' in program
         x=1;y=0;
                                      ^
0_0_28627191_24335.cpp:22:44: error: stray '#' in program
         x=1;y=0;
                                            ^
0_0_28627191_24335.cpp:23:2: error: stray '#' in program
     }
  ^
0_0_28627191_24335.cpp:23:8: error: stray '#' in program
     }
        ^
0_0_28627191_24335.cpp:23:14: error: stray '#' in program
     }
              ^
0_0_28627191_24335.cpp:23:20: error: stray '#' in program
     }
                    ^
0_0_28627191_24335.cpp:24:2: error: stray '#' in program
     return d;
  ^
0_0_28627191_24335.cpp:24:8: error: stray '#' in program
     return d;
        ^
0_0_28627191_24335.cpp:24:14: error: stray '#' in program
     return d;
              ^
0_0_28627191_24335.cpp:24:20: error: stray '#' in program
     return d;
                    ^
0_0_28627191_24335.cpp: In function 'll extgcd(ll, ll, ll&, ll&)':
0_0_28627191_24335.cpp:16:3: error: lvalue required as unary '&' operand
     ll d=a;
   ^
0_0_28627191_24335.cpp:16:9: error: lvalue required as unary '&' operand
     ll d=a;
         ^
0_0_28627191_24335.cpp:16:15: error: lvalue required as unary '&' operand
     ll d=a;
               ^
0_0_28627191_24335.cpp:16:21: error: lvalue required as unary '&' operand
     ll d=a;
                     ^
0_0_28627191_24335.cpp:17:3: error: lvalue required as unary '&' operand
     if(b!=0){
   ^
0_0_28627191_24335.cpp:17:9: error: lvalue required as unary '&' operand
     if(b!=0){
         ^
0_0_28627191_24335.cpp:17:15: error: lvalue required as unary '&' operand
     if(b!=0){
               ^
0_0_28627191_24335.cpp:17:21: error: lvalue required as unary '&' operand
     if(b!=0){
                     ^
0_0_28627191_24335.cpp:18:3: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
   ^
0_0_28627191_24335.cpp:18:9: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
         ^
0_0_28627191_24335.cpp:18:15: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
               ^
0_0_28627191_24335.cpp:18:21: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
                     ^
0_0_28627191_24335.cpp:18:27: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
                           ^
0_0_28627191_24335.cpp:18:33: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
                                 ^
0_0_28627191_24335.cpp:18:39: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
                                       ^
0_0_28627191_24335.cpp:18:45: error: lvalue required as unary '&' operand
         d=extgcd(b,a%b,y,x);
                                             ^
0_0_28627191_24335.cpp:19:3: error: lvalue required as unary '&' operand
         y-=a/b*x;
   ^
0_0_28627191_24335.cpp:19:9: error: lvalue required as unary '&' operand
         y-=a/b*x;
         ^
0_0_28627191_24335.cpp:19:15: error: lvalue required as unary '&' operand
         y-=a/b*x;
               ^
0_0_28627191_24335.cpp:19:21: error: lvalue required as unary '&' operand
         y-=a/b*x;
                     ^
0_0_28627191_24335.cpp:19:27: error: lvalue required as unary '&' operand
         y-=a/b*x;
                           ^
0_0_28627191_24335.cpp:19:33: error: lvalue required as unary '&' operand
         y-=a/b*x;
                                 ^
0_0_28627191_24335.cpp:19:39: error: lvalue required as unary '&' operand
         y-=a/b*x;
                                       ^
0_0_28627191_24335.cpp:19:45:


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 03:54:13, Gzip enabled