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_29397143_19480.cpp: In function 'int main()':
0_0_29397143_19480.cpp:26:91: error: invalid initialization of non-const reference of type 'std::string& {aka std::basic_string<char>&}' from an rvalue of type 'std::string {aka std::basic_string<char>}'
  for (int i = 5; i < maxn; i++) f[i] = add(f[i - 1], add(f[i - 2], add(f[i - 3], f[i - 4])));
                                                                                           ^
0_0_29397143_19480.cpp:9:8: note: in passing argument 2 of 'std::string add(std::string&, std::string&)'
 string add(string &a, string &b) {
        ^


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-06 01:02:12, Gzip enabled