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_18225855_20528.cpp:11:2: error: stray '#' in program
  
  ^
0_0_18225855_20528.cpp:12:39: error: stray '#' in program
 void ex_GCD(ll a, ll b, ll &x, ll &y,  ll &d) {
                                       ^
0_0_18225855_20528.cpp:13:2: error: stray '#' in program
     if (!b) {
  ^
0_0_18225855_20528.cpp:13:8: error: stray '#' in program
     if (!b) {
        ^
0_0_18225855_20528.cpp:13:14: error: stray '#' in program
     if (!b) {
              ^
0_0_18225855_20528.cpp:13:20: error: stray '#' in program
     if (!b) {
                    ^
0_0_18225855_20528.cpp:14:2: error: stray '#' in program
         x = 1; y = 0; d = a;
  ^
0_0_18225855_20528.cpp:14:8: error: stray '#' in program
         x = 1; y = 0; d = a;
        ^
0_0_18225855_20528.cpp:14:14: error: stray '#' in program
         x = 1; y = 0; d = a;
              ^
0_0_18225855_20528.cpp:14:20: error: stray '#' in program
         x = 1; y = 0; d = a;
                    ^
0_0_18225855_20528.cpp:14:26: error: stray '#' in program
         x = 1; y = 0; d = a;
                          ^
0_0_18225855_20528.cpp:14:32: error: stray '#' in program
         x = 1; y = 0; d = a;
                                ^
0_0_18225855_20528.cpp:14:38: error: stray '#' in program
         x = 1; y = 0; d = a;
                                      ^
0_0_18225855_20528.cpp:14:44: error: stray '#' in program
         x = 1; y = 0; d = a;
                                            ^
0_0_18225855_20528.cpp:15:2: error: stray '#' in program
     } else {
  ^
0_0_18225855_20528.cpp:15:8: error: stray '#' in program
     } else {
        ^
0_0_18225855_20528.cpp:15:14: error: stray '#' in program
     } else {
              ^
0_0_18225855_20528.cpp:15:20: error: stray '#' in program
     } else {
                    ^
0_0_18225855_20528.cpp:16:2: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
  ^
0_0_18225855_20528.cpp:16:8: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
        ^
0_0_18225855_20528.cpp:16:14: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
              ^
0_0_18225855_20528.cpp:16:20: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
                    ^
0_0_18225855_20528.cpp:16:26: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
                          ^
0_0_18225855_20528.cpp:16:32: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
                                ^
0_0_18225855_20528.cpp:16:38: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
                                      ^
0_0_18225855_20528.cpp:16:44: error: stray '#' in program
         ex_GCD (b, a % b, y, x, d);
                                            ^
0_0_18225855_20528.cpp:17:2: error: stray '#' in program
         y -= a / b * x;
  ^
0_0_18225855_20528.cpp:17:8: error: stray '#' in program
         y -= a / b * x;
        ^
0_0_18225855_20528.cpp:17:14: error: stray '#' in program
         y -= a / b * x;
              ^
0_0_18225855_20528.cpp:17:20: error: stray '#' in program
         y -= a / b * x;
                    ^
0_0_18225855_20528.cpp:17:26: error: stray '#' in program
         y -= a / b * x;
                          ^
0_0_18225855_20528.cpp:17:32: error: stray '#' in program
         y -= a / b * x;
                                ^
0_0_18225855_20528.cpp:17:38: error: stray '#' in program
         y -= a / b * x;
                                      ^
0_0_18225855_20528.cpp:17:44: error: stray '#' in program
         y -= a / b * x;
                                            ^
0_0_18225855_20528.cpp:18:2: error: stray '#' in program
     }
  ^
0_0_18225855_20528.cpp:18:8: error: stray '#' in program
     }
        ^
0_0_18225855_20528.cpp:18:14: error: stray '#' in program
     }
              ^
0_0_18225855_20528.cpp:18:20: error: stray '#' in program
     }
                    ^
0_0_18225855_20528.cpp:20:2: error: stray '#' in program
  
  ^
0_0_18225855_20528.cpp:22:2: error: stray '#' in program
     ll ret = 0;
  ^
0_0_18225855_20528.cpp:22:8: error: stray '#' in program
     ll ret = 0;
        ^
0_0_18225855_20528.cpp:22:14: error: stray '#' in program
     ll ret = 0;
              ^
0_0_18225855_20528.cpp:22:20: error: stray '#' in program
     ll ret = 0;
                    ^
0_0_18225855_20528.cpp:23:2: error: stray '#' in program
     a = (a % mod + mod) % mod;
  ^
0_0_18225855_20528.cpp:23:8: error: stray '#' in program
     a = (a % mod + mod) % mod;
        ^
0_0_18225855_20528.cpp:23:14: error: stray '#' in program
     a = (a % mod + mod) % mod;
              ^
0_0_18225855_20528.cpp:23:20: error: stray '#' in program
     a = (a % mod + mod) % mod;
                    ^
0_0_18225855_20528.cpp:24:2: error: stray '#' in program
     b = (b % mod + mod) % mod;
  ^
0_0_18225855_20528.cpp:24:8: error: stray '#' in program
     b = (b % mod + mod) % mod;
        ^
0_0_18225855_20528.cpp:24:14: error: stray '#' in program
     b = (b % mod + mod) % mod;
              ^
0_0_18225855_20528.cpp:24:20: error: stray '#' in program
     b = (b % mod + mod) % mod;
                    ^
0_0_18225855_20528.cpp:25:2: error: stray '#' in program
     while (b) {
  ^
0_0_18225855_20528.cpp:25:8: error: stray '#' in program
     while (b) {
        ^
0_0_18225855_20528.cpp:25:14: error: stray '#' in program
     while (b) {
              ^
0_0_18225855_20528.cpp:25:20: error: stray '#' in program
     while (b) {
                    ^
0_0_18225855_20528.cpp:26:2: error: stray '#' in program
         if (b & 1) {
  ^
0_0_18225855_20528.cpp:26:8: error: stray '#' in program
         if (b & 1) {
        ^
0_0_18225855_20528.cpp:26:14: error: stray '#' in program
         if (b & 1) {
              ^
0_0_18225855_20528.cpp:26:20: error: stray '#' in program
         if (b & 1) {
                    ^
0_0_18225855_20528.cpp:26:26: error: stray '#' in program
         if (b & 1) {
                          ^
0_0_18225855_20528.cpp:26:32: error: stray '#' in program
         if (b & 1) {
                                ^
0_0_18225855_20528.cpp:26:38: error: stray '#' in program
         if (b & 1) {
                                      ^
0_0_18225855_20528.cpp:26:44: error: stray '#' in program
         if (b & 1) {
                                            ^
0_0_18225855_20528.cpp:27:2: error: stray '#' in program
             ret += a;
  ^
0_0_18225855_20528.cpp:27:8: error: stray '#' in program
             ret += a;
        ^
0_0_18225855_20528.cpp:27:14: error: stray '#' in program
             ret += a;
              ^
0_0_18225855_20528.cpp:27:20: error: stray '#' in program
             ret += a;
                    ^
0_0_18225855_20528.cpp:27:26: error: stray '#' in program
             ret += a;
                          ^
0_0_18225855_20528.cpp:27:32: error: stray '#' in program
             ret += a;
                                ^
0_0_18225855_20528.cpp:27:38: error: stray '#' in program
             ret += a;
                                      ^
0_0_18225855_20528.cpp:27:44: error: stray '#' in program
           &#


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-07-03 19:11:44, Gzip enabled