/ Vijos /

记录详情

Compile Error

/in/foo.cc:75:1: error: stray '\350' in program
 这个是三维的
 ^
/in/foo.cc:75:2: error: stray '\277' in program
 这个是三维的
  ^
/in/foo.cc:75:3: error: stray '\231' in program
 这个是三维的
   ^
/in/foo.cc:75:4: error: stray '\344' in program
 这个是三维的
    ^
/in/foo.cc:75:5: error: stray '\270' in program
 这个是三维的
     ^
/in/foo.cc:75:6: error: stray '\252' in program
 这个是三维的
      ^
/in/foo.cc:75:7: error: stray '\346' in program
 这个是三维的
       ^
/in/foo.cc:75:8: error: stray '\230' in program
 这个是三维的
        ^
/in/foo.cc:75:9: error: stray '\257' in program
 这个是三维的
         ^
/in/foo.cc:75:10: error: stray '\344' in program
 这个是三维的
          ^
/in/foo.cc:75:11: error: stray '\270' in program
 这个是三维的
           ^
/in/foo.cc:75:12: error: stray '\211' in program
 这个是三维的
            ^
/in/foo.cc:75:13: error: stray '\347' in program
 这个是三维的
             ^
/in/foo.cc:75:14: error: stray '\273' in program
 这个是三维的
              ^
/in/foo.cc:75:15: error: stray '\264' in program
 这个是三维的
               ^
/in/foo.cc:75:16: error: stray '\347' in program
 这个是三维的
                ^
/in/foo.cc:75:17: error: stray '\232' in program
 这个是三维的
                 ^
/in/foo.cc:75:18: error: stray '\204' in program
 这个是三维的
                  ^
/in/foo.cc:78:1: error: stray '\351' in program
 那个是二维的
 ^
/in/foo.cc:78:2: error: stray '\202' in program
 那个是二维的
  ^
/in/foo.cc:78:3: error: stray '\243' in program
 那个是二维的
   ^
/in/foo.cc:78:4: error: stray '\344' in program
 那个是二维的
    ^
/in/foo.cc:78:5: error: stray '\270' in program
 那个是二维的
     ^
/in/foo.cc:78:6: error: stray '\252' in program
 那个是二维的
      ^
/in/foo.cc:78:7: error: stray '\346' in program
 那个是二维的
       ^
/in/foo.cc:78:8: error: stray '\230' in program
 那个是二维的
        ^
/in/foo.cc:78:9: error: stray '\257' in program
 那个是二维的
         ^
/in/foo.cc:78:10: error: stray '\344' in program
 那个是二维的
          ^
/in/foo.cc:78:11: error: stray '\272' in program
 那个是二维的
           ^
/in/foo.cc:78:12: error: stray '\214' in program
 那个是二维的
            ^
/in/foo.cc:78:13: error: stray '\347' in program
 那个是二维的
             ^
/in/foo.cc:78:14: error: stray '\273' in program
 那个是二维的
              ^
/in/foo.cc:78:15: error: stray '\264' in program
 那个是二维的
               ^
/in/foo.cc:78:16: error: stray '\347' in program
 那个是二维的
                ^
/in/foo.cc:78:17: error: stray '\232' in program
 那个是二维的
                 ^
/in/foo.cc:78:18: error: stray '\204' in program
 那个是二维的
                  ^
/in/foo.cc:2:1: error: 'S' does not name a type
 S com Vizdl 2019-7-15 15:55:27
 ^
In file included from /usr/include/c++/6/cmath:43:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:41,
                 from /in/foo.cc:3:
/usr/include/c++/6/ext/type_traits.h:162:35: error: '__gnu_cxx::__is_null_pointer' declared as an 'inline' variable
   __is_null_pointer(std::nullptr_t)
                                   ^
/usr/include/c++/6/ext/type_traits.h:162:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
/usr/include/c++/6/ext/type_traits.h:157:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
     __is_null_pointer(_Type)
     ^~~~~~~~~~~~~~~~~
/usr/include/c++/6/ext/type_traits.h:162:21: error: 'nullptr_t' is not a member of 'std'
   __is_null_pointer(std::nullptr_t)
                     ^~~
In file included from /usr/include/c++/6/bits/move.h:57:0,
                 from /usr/include/c++/6/bits/nested_exception.h:40,
                 from /usr/include/c++/6/exception:173,
                 from /usr/include/c++/6/ios:39,
                 from /usr/include/c++/6/istream:38,
                 from /usr/include/c++/6/sstream:38,
                 from /usr/include/c++/6/complex:45,
                 from /usr/include/c++/6/ccomplex:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:52,
                 from /in/foo.cc:3:
/usr/include/c++/6/type_traits:359:31: error: 'std::size_t' has not been declared
   template<typename _Tp, std::size_t _Size>
                               ^~~~~~
/usr/include/c++/6/type_traits:360:25: error: '_Size' was not declared in this scope
     struct is_array<_Tp[_Size]>
                         ^~~~~
/usr/include/c++/6/type_traits:360:31: error: template argument 1 is invalid
     struct is_array<_Tp[_Size]>
                               ^
/usr/include/c++/6/type_traits:558:37: error: 'nullptr_t' is not a member of 'std'
     struct __is_null_pointer_helper<std::nullptr_t>
                                     ^~~
/usr/include/c++/6/type_traits:558:37: note: suggested alternative:
In file included from /usr/include/c++/6/cstddef:50:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:45,
                 from /in/foo.cc:3:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:436:29: note:   'nullptr_t'
   typedef decltype(nullptr) nullptr_t;
                             ^~~~~~~~~
In file included from /usr/include/c++/6/bits/move.h:57:0,
                 from /usr/include/c++/6/bits/nested_exception.h:40,
                 from /usr/include/c++/6/exception:173,
                 from /usr/include/c++/6/ios:39,
                 from /usr/include/c++/6/istream:38,
                 from /usr/include/c++/6/sstream:38,
                 from /usr/include/c++/6/complex:45,
                 from /usr/include/c++/6/ccomplex:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:52,
                 from /in/foo.cc:3:
/usr/include/c++/6/type_traits:558:37: error: 'nullptr_t' is not a member of 'std'
     struct __is_null_pointer_helper<std::nullptr_t>
                                     ^~~
/usr/include/c++/6/type_traits:558:37: note: suggested alternative:
In file included from /usr/include/c++/6/cstddef:50:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:45,
                 from /in/foo.cc:3:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:436:29: note:   'nullptr_t'
   typedef decltype(nullptr) nullptr_t;
                             ^~~~~~~~~
In file included from /usr/include/c++/6/bits/move.h:57:0,
                 from /usr/include/c++/6/bits/nested_exception.h:40,
                 from /usr/include/c++/6/exception:173,
                 from /usr/include/c++/6/ios:39,
                 from /usr/include/c++/6/istream:38,
                 from /usr/include/c++/6/sstream:38,
                 from /usr/include/c++/6/complex:45,
                 from /usr/include/c++/6/ccomplex:39,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:52,
                 from /in/foo.cc:3:
/usr/include/c++/6/type_traits:558:51: error: template argument 1 is invalid
     struct __is_null_pointer_helper<std::nullptr_t>
                                                   ^
/usr/include/c++/6/type_traits:1478:32: error: 'size_t' is not a member of 'std'
     : public integral_constant<std::size_t, __alignof__(_Tp)> { };
                                ^~~
/usr/include/c++/6/type_traits:1478:32: note: suggested alternative:
In file included from /usr/include/signal.h:316:0,
                 from /usr/include/c++/6/csignal:42,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:43,
                 from /in/foo.cc:3:
/usr/lib/gcc/x86_64-linux-gnu/6/include/stddef.h:216:23: note:   'size_t'
 typedef __SIZE_TYPE__ size_t;
                       ^~~~~~
In file included from /usr/include/c++/6/bits/move.h:57:0,
                 from /usr/include/c++/6/bits/nested_exception.h:40,
                 from /usr/include/c++/6/exception:173,
                 from /usr/include/c++/6/ios:39,
                 from /usr/include/c++/6/istream:38,
                 from /usr/in

信息

递交者
类型
递交
题目
P1412 多人背包
语言
C++
递交时间
2019-07-15 15:55:49
评测时间
2019-07-15 15:55:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes