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_25902954_7575.cpp:4:1: error: 'll' does not name a type
 ll k,len;
 ^
0_0_25902954_7575.cpp: In function 'void dfs1(std::string, int, int)':
0_0_25902954_7575.cpp:7:13: error: 'len' was not declared in this scope
     if(pos>=len||step>=k) {minans=min(minans,s);return;}
             ^
0_0_25902954_7575.cpp:7:24: error: 'k' was not declared in this scope
     if(pos>=len||step>=k) {minans=min(minans,s);return;}
                        ^
0_0_25902954_7575.cpp:9:23: error: 'len' was not declared in this scope
     for(int i=pos+1;i<len;i++){
                       ^
0_0_25902954_7575.cpp: In function 'void dfs2(std::string, int, int)':
0_0_25902954_7575.cpp:22:13: error: 'len' was not declared in this scope
     if(pos>=len||step>=k) {maxans=max(maxans,s);return;}
             ^
0_0_25902954_7575.cpp:22:24: error: 'k' was not declared in this scope
     if(pos>=len||step>=k) {maxans=max(maxans,s);return;}
                        ^
0_0_25902954_7575.cpp:24:23: error: 'len' was not declared in this scope
     for(int i=pos+1;i<len;i++){
                       ^
0_0_25902954_7575.cpp: In function 'int main()':
0_0_25902954_7575.cpp:41:17: error: 'k' was not declared in this scope
         cin>>n>>k;
                 ^
0_0_25902954_7575.cpp:45:9: error: 'len' was not declared in this scope
         len=n.length();
         ^


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-09 04:40:56, Gzip enabled