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_21600382_6563.cpp:49:15: error: stray '#' in program
  while (ch < '0' || '9' < ch) ch = getchar();
               ^
0_0_21600382_6563.cpp:49:21: error: stray '#' in program
  while (ch < '0' || '9' < ch) ch = getchar();
                     ^
0_0_21600382_6563.cpp:49:30: error: stray '#' in program
  while (ch < '0' || '9' < ch) ch = getchar();
                              ^
0_0_21600382_6563.cpp:49:36: error: stray '#' in program
  while (ch < '0' || '9' < ch) ch = getchar();
                                    ^
0_0_21600382_6563.cpp:50:10: error: stray '#' in program
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
          ^
0_0_21600382_6563.cpp:50:16: error: stray '#' in program
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                ^
0_0_21600382_6563.cpp:50:37: error: stray '#' in program
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                     ^
0_0_21600382_6563.cpp:50:43: error: stray '#' in program
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                           ^
0_0_21600382_6563.cpp:50:70: error: stray '#' in program
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                                                      ^
0_0_21600382_6563.cpp:50:76: error: stray '#' in program
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                                                            ^
0_0_21600382_6563.cpp: In function 'int getint()':
0_0_21600382_6563.cpp:49:16: error: lvalue required as unary '&' operand
  while (ch < '0' || '9' < ch) ch = getchar();
                ^
0_0_21600382_6563.cpp:49:18: error: expected ')' before ';' token
  while (ch < '0' || '9' < ch) ch = getchar();
                  ^
0_0_21600382_6563.cpp:49:26: error: expected primary-expression before '||' token
  while (ch < '0' || '9' < ch) ch = getchar();
                          ^
0_0_21600382_6563.cpp:49:31: error: lvalue required as unary '&' operand
  while (ch < '0' || '9' < ch) ch = getchar();
                               ^
0_0_21600382_6563.cpp:49:41: error: expected primary-expression before '<' token
  while (ch < '0' || '9' < ch) ch = getchar();
                                         ^
0_0_21600382_6563.cpp:50:11: error: lvalue required as unary '&' operand
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
           ^
0_0_21600382_6563.cpp:50:13: error: expected ')' before ';' token
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
             ^
0_0_21600382_6563.cpp:50:21: error: expected primary-expression before '<=' token
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                     ^
0_0_21600382_6563.cpp:50:38: error: lvalue required as unary '&' operand
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                      ^
0_0_21600382_6563.cpp:50:47: error: expected primary-expression before ')' token
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                               ^
0_0_21600382_6563.cpp:50:80: error: expected primary-expression before ',' token
  while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
                                                                                ^


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-23 05:06:59, Gzip enabled