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_21591249_29645.cpp:75:33: error: stray '#' in program
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                 ^
0_0_21591249_29645.cpp:75:39: error: stray '#' in program
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                       ^
0_0_21591249_29645.cpp:75:54: error: stray '#' in program
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                      ^
0_0_21591249_29645.cpp:75:60: error: stray '#' in program
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                            ^
0_0_21591249_29645.cpp:75:73: error: stray '#' in program
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                                         ^
0_0_21591249_29645.cpp:75:79: error: stray '#' in program
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                                               ^
0_0_21591249_29645.cpp:76:13: error: stray '#' in program
  if ( c == '-' ) flag = 1 , c = getchar () ;
             ^
0_0_21591249_29645.cpp:76:19: error: stray '#' in program
  if ( c == '-' ) flag = 1 , c = getchar () ;
                   ^
0_0_21591249_29645.cpp:77:11: error: stray '#' in program
  x = c - '0' ;
           ^
0_0_21591249_29645.cpp:77:17: error: stray '#' in program
  x = c - '0' ;
                 ^
0_0_21591249_29645.cpp:78:33: error: stray '#' in program
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                 ^
0_0_21591249_29645.cpp:78:39: error: stray '#' in program
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                       ^
0_0_21591249_29645.cpp:78:53: error: stray '#' in program
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                                     ^
0_0_21591249_29645.cpp:78:59: error: stray '#' in program
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                                           ^
0_0_21591249_29645.cpp:78:84: error: stray '#' in program
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                                                                    ^
0_0_21591249_29645.cpp:78:90: error: stray '#' in program
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                                                                          ^
0_0_21591249_29645.cpp: In function 'void scanf(int&, char, bool)':
0_0_21591249_29645.cpp:75:34: error: lvalue required as unary '&' operand
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                  ^
0_0_21591249_29645.cpp:75:36: error: expected ')' before ';' token
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                    ^
0_0_21591249_29645.cpp:75:40: error: lvalue required as unary '&' operand
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                        ^
0_0_21591249_29645.cpp:75:47: error: expected identifier before '(' token
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                               ^
0_0_21591249_29645.cpp:75:65: error: expected primary-expression before '||' token
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                                 ^
0_0_21591249_29645.cpp:75:74: error: lvalue required as unary '&' operand
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                                          ^
0_0_21591249_29645.cpp:75:84: error: expected primary-expression before ')' token
  while ( ( c = getchar () ) != '-' && ( c < '0' || c > '9' ) ) ;
                                                                                    ^
0_0_21591249_29645.cpp:76:14: error: lvalue required as unary '&' operand
  if ( c == '-' ) flag = 1 , c = getchar () ;
              ^
0_0_21591249_29645.cpp:76:16: error: expected ')' before ';' token
  if ( c == '-' ) flag = 1 , c = getchar () ;
                ^
0_0_21591249_29645.cpp:76:20: error: lvalue required as unary '&' operand
  if ( c == '-' ) flag = 1 , c = getchar () ;
                    ^
0_0_21591249_29645.cpp:76:24: error: expected primary-expression before ')' token
  if ( c == '-' ) flag = 1 , c = getchar () ;
                        ^
0_0_21591249_29645.cpp:77:12: error: lvalue required as unary '&' operand
  x = c - '0' ;
            ^
0_0_21591249_29645.cpp:78:34: error: lvalue required as unary '&' operand
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                  ^
0_0_21591249_29645.cpp:78:36: error: expected ')' before ';' token
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                    ^
0_0_21591249_29645.cpp:78:54: error: lvalue required as unary '&' operand
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                                      ^
0_0_21591249_29645.cpp:78:64: error: expected primary-expression before ')' token
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '0' ;
                                                                ^
0_0_21591249_29645.cpp:78:47: error: label 'c' used but not defined
  while ( ( c = getchar () ) >= '0' && c <= '9' ) x = x * 10 + c - '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-12-02 07:51:10, Gzip enabled