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_21600177_14954.cpp:19:24: error: stray '#' in program
             if (s[i]>='0'&&s[i]<='9')
                        ^
0_0_21600177_14954.cpp:19:30: error: stray '#' in program
             if (s[i]>='0'&&s[i]<='9')
                              ^
0_0_21600177_14954.cpp:19:43: error: stray '#' in program
             if (s[i]>='0'&&s[i]<='9')
                                           ^
0_0_21600177_14954.cpp:19:49: error: stray '#' in program
             if (s[i]>='0'&&s[i]<='9')
                                                 ^
0_0_21600177_14954.cpp:22:30: error: stray '#' in program
                 while(s[i]>='0'&&s[i]<='9')u=u*10+s[i++]-'0';
                              ^
0_0_21600177_14954.cpp:22:36: error: stray '#' in program
                 while(s[i]>='0'&&s[i]<='9')u=u*10+s[i++]-'0';
                                    ^
0_0_21600177_14954.cpp:22:49: error: stray '#' in program
                 while(s[i]>='0'&&s[i]<='9')u=u*10+s[i++]-'0';
                                                 ^
0_0_21600177_14954.cpp:22:55: error: stray '#' in program
                 while(s[i]>='0'&&s[i]<='9')u=u*10+s[i++]-'0';
                                                       ^
0_0_21600177_14954.cpp:22:75: error: stray '#' in program
                 while(s[i]>='0'&&s[i]<='9')u=u*10+s[i++]-'0';
                                                                           ^
0_0_21600177_14954.cpp:22:81: error: stray '#' in program
                 while(s[i]>='0'&&s[i]<='9')u=u*10+s[i++]-'0';
                                                                                 ^
0_0_21600177_14954.cpp:28:38: error: stray '#' in program
                 if(d.empty()||s[i]=='(')d.push(s[i]);
                                      ^
0_0_21600177_14954.cpp:28:44: error: stray '#' in program
                 if(d.empty()||s[i]=='(')d.push(s[i]);
                                            ^
0_0_21600177_14954.cpp:31:31: error: stray '#' in program
                     if(s[i]==')')
                               ^
0_0_21600177_14954.cpp:31:37: error: stray '#' in program
                     if(s[i]==')')
                                     ^
0_0_21600177_14954.cpp:33:41: error: stray '#' in program
                         while(d.top()!='(')
                                         ^
0_0_21600177_14954.cpp:33:47: error: stray '#' in program
                         while(d.top()!='(')
                                               ^
0_0_21600177_14954.cpp:39:42: error: stray '#' in program
                             if(d.top()=='*') p.push(y*x);
                                          ^
0_0_21600177_14954.cpp:39:48: error: stray '#' in program
                             if(d.top()=='*') p.push(y*x);
                                                ^
0_0_21600177_14954.cpp:40:42: error: stray '#' in program
                             if(d.top()=='/') p.push(y/x);
                                          ^
0_0_21600177_14954.cpp:40:48: error: stray '#' in program
                             if(d.top()=='/') p.push(y/x);
                                                ^
0_0_21600177_14954.cpp:41:42: error: stray '#' in program
                             if(d.top()=='+') p.push(y+x);
                                          ^
0_0_21600177_14954.cpp:41:48: error: stray '#' in program
                             if(d.top()=='+') p.push(y+x);
                                                ^
0_0_21600177_14954.cpp:42:42: error: stray '#' in program
                             if(d.top()=='-') p.push(y-x);
                                          ^
0_0_21600177_14954.cpp:42:48: error: stray '#' in program
                             if(d.top()=='-') p.push(y-x);
                                                ^
0_0_21600177_14954.cpp:49:38: error: stray '#' in program
                         if(d.top()!='(')
                                      ^
0_0_21600177_14954.cpp:49:44: error: stray '#' in program
                         if(d.top()!='(')
                                            ^
0_0_21600177_14954.cpp:50:39: error: stray '#' in program
                             if(s[i]=='+'||s[i]=='-')
                                       ^
0_0_21600177_14954.cpp:50:45: error: stray '#' in program
                             if(s[i]=='+'||s[i]=='-')
                                             ^
0_0_21600177_14954.cpp:50:58: error: stray '#' in program
                             if(s[i]=='+'||s[i]=='-')
                                                          ^
0_0_21600177_14954.cpp:50:64: error: stray '#' in program
                             if(s[i]=='+'||s[i]=='-')
                                                                ^
0_0_21600177_14954.cpp:52:61: error: stray '#' in program
                                 while(!d.empty()&&d.top()!='(')
                                                             ^
0_0_21600177_14954.cpp:52:67: error: stray '#' in program
                                 while(!d.empty()&&d.top()!='(')
                                                                   ^
0_0_21600177_14954.cpp:58:51: error: stray '#' in program
                                     if (d.top()=='*') p.push(y*x);
                                                   ^
0_0_21600177_14954.cpp:58:57: error: stray '#' in program
                                     if (d.top()=='*') p.push(y*x);
                                                         ^
0_0_21600177_14954.cpp:59:51: error: stray '#' in program
                                     if (d.top()=='/') p.push(y/x);
                                                   ^
0_0_21600177_14954.cpp:59:57: error: stray '#' in program
                                     if (d.top()=='/') p.push(y/x);
                                                         ^
0_0_21600177_14954.cpp:60:51: error: stray '#' in program
                                     if (d.top()=='+') p.push(y+x);
                                                   ^
0_0_21600177_14954.cpp:60:57: error: stray '#' in program
                                     if (d.top()=='+') p.push(y+x);
                                                         ^
0_0_21600177_14954.cpp:61:51: error: stray '#' in program
                                     if (d.top()=='-') p.push(y-x);
                                                   ^
0_0_21600177_14954.cpp:61:57: error: stray '#' in program
                                     if (d.top()=='-') p.push(y-x);
                                                         ^
0_0_21600177_14954.cpp:65:47: error: stray '#' in program
                             else if(d.top()=='*'|| d.top()=='/')
                                               ^
0_0_21600177_14954.cpp:65:53: error: stray '#' in program
                             else if(d.top()=='*'|| d.top()=='/')
                                                     ^
0_0_21600177_14954.cpp:65:70: error: stray '#' in program
                             else if(d.top()=='*'|| d.top()=='/')
                                                                      ^
0_0_21600177_14954.cpp:65:76: error: stray '#' in program
                             else if(d.top()=='*'|| d.top()=='/')
                                                                            ^
0_0_21600177_14954.cpp:71:47: error: stray '#' in program
                                 if (d.top()=='*') p.push(y*x);
                                               ^
0_0_21600177_14954.cpp:71:53: error: stray '#' in program
                                 if (d.top()=='*') p.push(y*x);
                                                     ^
0_0_21600177_14954.cpp:72:47: error: stray '#' in program
                                 if (d.top()=='/') p.push(y/x);
                                               ^
0_0_21600177_14954.cpp:72:53: error: stray '#' in program
                                 if (d.top()=='/') p.push(y/x);
                                                     ^
0_0_21600177_14954.cpp:73:47: error: stray '#' in program
                                 if (d.top()=='+') p.push(y+x);
                                               ^
0_0_21600177_14954.cpp:73:53: error: stray '#' in program
                                 if (d.top()=='+') p.push(y+x);
                                                     ^
0_0_21600177_14954.cpp:74:47: error: stray '#' in program
                                 if (d.top()=='-') p.push(y-x);
                                               ^
0_0_21600177_14954.cpp:74:53: error: stray '#' in program
                                 if (d.top()=='-') p.push(y-x);
                                                     ^
0_0_21600177_14954.cpp:88:26: error: stray '#' in program
             if(d.top()=='*')p.push(y*x);
                          ^
0_0_21600177_14954.cpp:88:32: error: stray '#' in program
             if(d.top()=='*')p.push(y*x);
                                ^
0_0_21600177_14954.cpp:89:26: error: stray


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.001000(s) query 1, Server time : 2025-01-11 02:03:11, Gzip enabled