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_27220707_25940.cpp: In function 'int main()':
0_0_27220707_25940.cpp:13:3: error: 'len1' was not declared in this scope
   len1=strlen(a)-1;
   ^
0_0_27220707_25940.cpp:13:15: error: 'a' was not declared in this scope
   len1=strlen(a)-1;
               ^
0_0_27220707_25940.cpp:14:3: error: 'len2' was not declared in this scope
   len2=strlen(b)-1;
   ^
0_0_27220707_25940.cpp:14:15: error: 'b' was not declared in this scope
   len2=strlen(b)-1;
               ^
0_0_27220707_25940.cpp:17:26: error: 'c' was not declared in this scope
    if(len1>=0&&len2>=0){ c[i]=a[len1]+b[len2]-'0'+p;}
                          ^
0_0_27220707_25940.cpp:18:25: error: 'c' was not declared in this scope
    if(len1>=0&&len2<0){ c[i]=a[len1]+p;}
                         ^
0_0_27220707_25940.cpp:19:25: error: 'c' was not declared in this scope
    if(len1<0&&len2>=0){ c[i]=b[len2]+p;}
                         ^


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-10-02 16:32:14, Gzip enabled