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_25196266_1443.cpp:69:13: error: missing terminating " character
             scanf("%d%d%lld
             ^
0_0_25196266_1443.cpp:71:1: error: missing terminating " character
 %lld",&u,&v,&a,&b);
 ^
0_0_25196266_1443.cpp: In function 'void dijkstra(int)':
0_0_25196266_1443.cpp:37:3: error: expected ',' before '.' token
 [u.second]<<' '<<u.first<<endl;
   ^
0_0_25196266_1443.cpp:37:3: error: expected identifier before '.' token
0_0_25196266_1443.cpp: In lambda function:
0_0_25196266_1443.cpp:37:11: error: expected '{' before '<<' token
 [u.second]<<' '<<u.first<<endl;
           ^
0_0_25196266_1443.cpp: In function 'void dijkstra(int)':
0_0_25196266_1443.cpp:37:11: error: no match for 'operator<<' (operand types are 'dijkstra(int)::<lambda()>' and 'char')
0_0_25196266_1443.cpp:37:11: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_classes.h:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:41,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:42,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:2772:5: note: template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<<(basic_ostream<_CharT, _Traits>& __os,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:2772:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<_CharT, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:471:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, _CharT)
     operator<<(basic_ostream<_CharT, _Traits>& __out, _CharT __c)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:471:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<_CharT, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:476:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, char)
     operator<<(basic_ostream<_CharT, _Traits>& __out, char __c)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:476:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<_CharT, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:482:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, char)
     operator<<(basic_ostream<char, _Traits>& __out, char __c)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:482:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<char, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:488:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, signed char)
     operator<<(basic_ostream<char, _Traits>& __out, signed char __c)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:488:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<char, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:493:5: note: template<class _Traits> std::basic_ostream<char, _Traits>& std::operator<<(std::basic_ostream<char, _Traits>&, unsigned char)
     operator<<(basic_ostream<char, _Traits>& __out, unsigned char __c)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:493:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<char, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:513:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const _CharT*)
     operator<<(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:513:5: note:   template argument deduction/substitution failed:
0_0_25196266_1443.cpp:37:13: note:   'dijkstra(int)::<lambda()>' is not derived from 'std::basic_ostream<_CharT, _Traits>'
 [u.second]<<' '<<u.first<<endl;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:609:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
                 from 0_0_25196266_1443.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ostream.tcc:321:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const char*)


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-25 16:54:39, Gzip enabled