QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#178576#3711. Floyd-WarshallHuangHanShengCompile Error//C++98852b2023-09-14 05:59:372023-09-14 05:59:38

詳細信息

answer.code: In function ‘int main()’:
answer.code:3:21: error: ‘nullptr’ was not declared in this scope
    3 | #define fio cin.tie(nullptr); cout.tie(nullptr); ios::sync_with_stdio(false);
      |                     ^~~~~~~
answer.code:7:5: note: in expansion of macro ‘fio’
    7 |     fio
      |     ^~~
answer.code:9:22: error: ‘>>’ should be ‘> >’ within a nested template argument list
    9 |     vector<vector<int>> graph(n,vector<int> (n,10e6+9));
      |                      ^~
      |                      > >