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_34396441_11357.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_34396441_11357.cpp: In function 'int main()':
0_0_34396441_11357.cpp:9:26: error: 'printf' was not declared in this scope
 printf("请输入字符串: \n");
                          ^
0_0_34396441_11357.cpp:10:14: error: 'scanf' was not declared in this scope
 scanf("%s",&s);
              ^
0_0_34396441_11357.cpp:11:17: error: 'strlen' was not declared in this scope
 int sl= strlen(s);
                 ^
0_0_34396441_11357.cpp:20:6: error: 'sc' was not declared in this scope
 { if(sc<s[i])
      ^
0_0_34396441_11357.cpp:21:12: error: 'sm' was not declared in this scope
 {sc=s[i] ; sm=sm+1;}
            ^
0_0_34396441_11357.cpp:24:38: error: 'sm' was not declared in this scope
 printf("字符串%s 位置%i 字符%c\n", s,sm,sc);
                                      ^
0_0_34396441_11357.cpp:24:41: error: 'sc' was not declared in this scope
 printf("字符串%s 位置%i 字符%c\n", s,sm,sc);
                                         ^
0_0_34396441_11357.cpp:27:19: error: 'strncpy' was not declared in this scope
 { strncpy(s1,s+i,1);
                   ^
0_0_34396441_11357.cpp:28:13: error: 'strcat' was not declared in this scope
 strcat(s2,s1);
             ^
0_0_34396441_11357.cpp:30:16: error: 'memset' was not declared in this scope
 memset(s1,0,lss);
                ^
0_0_34396441_11357.cpp:34:19: error: 'strncpy' was not declared in this scope
 { strncpy(s1,s+i,1);
                   ^
0_0_34396441_11357.cpp:35:13: error: 'strcat' was not declared in this scope
 strcat(s2,s1);
             ^
0_0_34396441_11357.cpp:37:16: error: 'memset' was not declared in this scope
 memset(s1,0,lss);
                ^


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-07-08 04:06:23, Gzip enabled