QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#178576 | #3711. Floyd-Warshall | HuangHanSheng | Compile Error | / | / | C++98 | 852b | 2023-09-14 05:59:37 | 2023-09-14 05:59:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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)); | ^~ | > >