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_38027679_844.cpp:118:1: error: stray '\241' in program
 ——#include<bits/stdc++.h>
 ^
0_0_38027679_844.cpp:118:1: error: stray '\252' in program
0_0_38027679_844.cpp:118:1: error: stray '\241' in program
0_0_38027679_844.cpp:118:1: error: stray '\252' in program
0_0_38027679_844.cpp:118:5: error: stray '#' in program
 ——#include<bits/stdc++.h>
     ^
0_0_38027679_844.cpp:118:6: error: 'include' does not name a type
 ——#include<bits/stdc++.h>
      ^
0_0_38027679_844.cpp:120:15: error: redefinition of 'std::string str [500]'
 string str[500];
               ^
0_0_38027679_844.cpp:3:8: note: 'std::string str [500]' previously declared here
 string str[500];
        ^
0_0_38027679_844.cpp: In function 'std::string add(std::string, std::string)':
0_0_38027679_844.cpp:121:8: error: redefinition of 'std::string add(std::string, std::string)'
 string add(string str1,string str2)//大数相加
        ^
0_0_38027679_844.cpp:4:8: note: 'std::string add(std::string, std::string)' previously defined here
 string add(string str1,string str2)//大数相加
        ^
0_0_38027679_844.cpp: In function 'int compare(std::string, std::string)':
0_0_38027679_844.cpp:154:5: error: redefinition of 'int compare(std::string, std::string)'
 int compare(string str1,string str2)//str1大于等于str2,返回1
     ^
0_0_38027679_844.cpp:37:5: note: 'int compare(std::string, std::string)' previously defined here
 int compare(string str1,string str2)//str1大于等于str2,返回1
     ^
0_0_38027679_844.cpp: In function 'int f(std::string, std::string)':
0_0_38027679_844.cpp:182:5: error: redefinition of 'int f(std::string, std::string)'
 int f(string str1,string str2)//找出两个大数中间的斐波那契数的个数,包括边界
     ^
0_0_38027679_844.cpp:65:5: note: 'int f(std::string, std::string)' previously defined here
 int f(string str1,string str2)//找出两个大数中间的斐波那契数的个数,包括边界
     ^
0_0_38027679_844.cpp: In function 'int main()':
0_0_38027679_844.cpp:217:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_38027679_844.cpp:100:5: note: 'int main()' previously defined here
 int main()
     ^


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-29 13:30:50, Gzip enabled