Borderou de evaluare (job #2728469)
Utilizator | Data | 23 martie 2021 12:14:14 | |
---|---|---|---|
Problema | Linegraph | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:1:1: error: stray '\357' in program
#include <bits/stdc++.h>
^
main.cpp:1:2: error: stray '\273' in program
#include <bits/stdc++.h>
^
main.cpp:1:3: error: stray '\277' in program
#include <bits/stdc++.h>
^
main.cpp:1:4: error: stray '#' in program
#include <bits/stdc++.h>
^
main.cpp:1:5: error: 'include' does not name a type
#include <bits/stdc++.h>
^~~~~~~
main.cpp: In function 'int main()':
main.cpp:6:2: error: 'ifstream' was not declared in this scope
ifstream cin("linegraph.in");
^~~~~~~~
main.cpp:7:2: error: 'ofstream' was not declared in this scope
ofstream cout("linegraph.out");
^~~~~~~~
main.cpp:9:2: error: 'cin' was not declared in this scope
cin >> t;
^~~
main.cpp:13:3: error: 'stack' was not declared in this scope
stack<int> cur;
^~~~~
main.cpp:13:9: error: expected primary-expression before 'int'
stack<int> cur;
^~~
main.cpp:14:3: error: 'vector' was not declared in this scope
vector<int> tin(n + 1), mtin(n + 1);
^~~~~~
main.cpp:14:10: error: expected primary-expression before 'int'
vector<int> tin(n + 1), mtin(n + 1);
^~~
main.cpp:15:17: error: expected primary-expression before 'int'
vector<vector<int>> G(n + 1), BC, inv(n + 1);
^~~
main.cpp:18:4: error: 'G' was not declared in this scope
G[x].emplace_back(y);
^
main.cpp:21:3: error: 'function' was not declared in this scope
function<void(int, int)> dfs = [&](int node, int last) {
^~~~~~~~
main.cpp:21:25: error: expression list treated as compound expression in functional cast [-fpermissive]
function<void(int, int)> dfs = [&](int node, int last) {
^
main.cpp:21:12: error: expected primary-expression before 'void'
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !