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_18034873_4991.cpp:13:7: error: 'MAXN' was not declared in this scope
 int f[MAXN][12][12];
       ^
0_0_18034873_4991.cpp:16:8: error: 'MAXN' was not declared in this scope
 char s[MAXN], t[MAXN];
        ^
0_0_18034873_4991.cpp:16:17: error: 'MAXN' was not declared in this scope
 char s[MAXN], t[MAXN];
                 ^
0_0_18034873_4991.cpp:17:7: error: 'MAXN' was not declared in this scope
 int a[MAXN], b[MAXN];
       ^
0_0_18034873_4991.cpp:17:16: error: 'MAXN' was not declared in this scope
 int a[MAXN], b[MAXN];
                ^
0_0_18034873_4991.cpp: In function 'int main()':
0_0_18034873_4991.cpp:29:23: error: 's' was not declared in this scope
  while (scanf("%s%s", s, t) != EOF)
                       ^
0_0_18034873_4991.cpp:29:26: error: 't' was not declared in this scope
  while (scanf("%s%s", s, t) != EOF)
                          ^
0_0_18034873_4991.cpp:34:35: error: 'f' was not declared in this scope
     for (int k = 0; k <= 10; ++k) f[i][j][k] = n * 10;
                                   ^
0_0_18034873_4991.cpp:38:4: error: 'a' was not declared in this scope
    a[i + 1] = s[i] - '0';
    ^
0_0_18034873_4991.cpp:39:4: error: 'b' was not declared in this scope
    b[i + 1] = t[i] - '0';
    ^
0_0_18034873_4991.cpp:41:3: error: 'f' was not declared in this scope
   f[0][a[1]][a[2]] = 0;
   ^
0_0_18034873_4991.cpp:41:8: error: 'a' was not declared in this scope
   f[0][a[1]][a[2]] = 0;
        ^
0_0_18034873_4991.cpp:47:24: error: 'b' was not declared in this scope
       int t = times[j][b[i + 1]];
                        ^


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-09-28 20:16:04, Gzip enabled