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_21595813_865.cpp:33:35: error: stray '#' in program
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                   ^
0_0_21595813_865.cpp:33:41: error: stray '#' in program
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                         ^
0_0_21595813_865.cpp:33:52: error: stray '#' in program
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                    ^
0_0_21595813_865.cpp:33:58: error: stray '#' in program
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                          ^
0_0_21595813_865.cpp:33:69: error: stray '#' in program
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                                     ^
0_0_21595813_865.cpp:33:75: error: stray '#' in program
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                                           ^
0_0_21595813_865.cpp:34:29: error: stray '#' in program
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                             ^
0_0_21595813_865.cpp:34:35: error: stray '#' in program
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                   ^
0_0_21595813_865.cpp:34:47: error: stray '#' in program
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                               ^
0_0_21595813_865.cpp:34:53: error: stray '#' in program
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                                     ^
0_0_21595813_865.cpp:34:78: error: stray '#' in program
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                                                              ^
0_0_21595813_865.cpp:34:84: error: stray '#' in program
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                                                                    ^
0_0_21595813_865.cpp:58:38: error: stray '#' in program
         else cout<<c-mynext[len]%c<<'\12';
                                      ^
0_0_21595813_865.cpp:58:9: error: stray '\' in program
         else cout<<c-mynext[len]%c<<'\12';
         ^
0_0_21595813_865.cpp:58:46: error: stray '#' in program
         else cout<<c-mynext[len]%c<<'\12';
                                              ^
0_0_21595813_865.cpp: In function 'void Scan(int&)':
0_0_21595813_865.cpp:33:36: error: lvalue required as unary '&' operand
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                    ^
0_0_21595813_865.cpp:33:38: error: expected ')' before ';' token
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                      ^
0_0_21595813_865.cpp:33:46: error: expected primary-expression before '||' token
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                              ^
0_0_21595813_865.cpp:33:53: error: lvalue required as unary '&' operand
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                     ^
0_0_21595813_865.cpp:33:62: error: expected primary-expression before ')' token
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                              ^
0_0_21595813_865.cpp:33:70: error: lvalue required as unary '&' operand
       char c;while((c=getchar())<'0' || c>'9');x=c-'0';
                                                                      ^
0_0_21595813_865.cpp:34:30: error: lvalue required as unary '&' operand
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                              ^
0_0_21595813_865.cpp:34:32: error: expected ')' before ';' token
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                ^
0_0_21595813_865.cpp:34:48: error: lvalue required as unary '&' operand
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                                ^
0_0_21595813_865.cpp:34:57: error: expected primary-expression before ')' token
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                                         ^
0_0_21595813_865.cpp:34:43: error: label 'c' used but not defined
       while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
                                           ^
0_0_21595813_865.cpp: In function 'int main()':
0_0_21595813_865.cpp:58:39: error: lvalue required as unary '&' operand
         else cout<<c-mynext[len]%c<<'\12';
                                       ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-10 22:33:24, Gzip enabled