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_25630581_16927.cpp:78:17: error: missing terminating " character
                 page1 = atoi(line.substr(line.find_last_of("\\"")+2,1).c_str());
                 ^
0_0_25630581_16927.cpp:79:17: error: missing terminating " character
                 page2 = atoi(line.substr(line.find_last_of("\\"")+4,1).c_str());
                 ^
0_0_25630581_16927.cpp:80:17: error: stray '\' in program
                 text = line.substr(line.find_first_of("\\"")+1,line.find_last_of("\\"")-line.find_first_of("\\"")-1);
                 ^
0_0_25630581_16927.cpp:80:17: error: stray '\' in program
0_0_25630581_16927.cpp:80:17: error: missing terminating " character
0_0_25630581_16927.cpp:87:17: error: stray '\' in program
                 text = line.substr(line.find_first_of("\\"")+1,line.find_last_of("\\"")-line.find_first_of("\\"")-1);
                 ^
0_0_25630581_16927.cpp:87:17: error: stray '\' in program
0_0_25630581_16927.cpp:87:17: error: missing terminating " character
0_0_25630581_16927.cpp:88:17: error: stray '\' in program
                 end = line.substr(line.find_last_of("\\"")+2,line.length()-line.find_last_of("\\""));
                 ^
0_0_25630581_16927.cpp:88:17: error: stray '\' in program
0_0_25630581_16927.cpp: In function 'int main()':
0_0_25630581_16927.cpp:79:17: error: expected ')' before 'page2'
                 page2 = atoi(line.substr(line.find_last_of("\\"")+4,1).c_str());
                 ^
0_0_25630581_16927.cpp:88:17: error: expected ')' before 'end'
                 end = line.substr(line.find_last_of("\\"")+2,line.length()-line.find_last_of("\\""));
                 ^


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-11-27 01:10:35, Gzip enabled