Borderou de evaluare (job #2665092)
Utilizator | Data | 29 octombrie 2020 23:53:50 | |
---|---|---|---|
Problema | Alpin | Status | done |
Runda | Teme Pregatire ACM Unibuc 2014, Anul I | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:1:2: error: stray '#' in program
z#include <bits/stdc++.h>
^
main.cpp:1:1: error: 'z' does not name a type
z#include <bits/stdc++.h>
^
main.cpp:5:1: error: 'ifstream' does not name a type
ifstream fin("alpin.in");
^~~~~~~~
main.cpp:6:1: error: 'ofstream' does not name a type
ofstream fout("alpin.out");
^~~~~~~~
main.cpp:11:1: error: 'stack' does not name a type
stack<pair<int,int>> stiva;
^~~~~
main.cpp: In function 'int main()':
main.cpp:47:5: error: 'fin' was not declared in this scope
fin >> n;
^~~
main.cpp:79:5: error: 'fout' was not declared in this scope
fout << maxi << '\n';
^~~~
main.cpp:80:5: error: 'stiva' was not declared in this scope
stiva.push(make_pair(lin,col));
^~~~~
main.cpp:80:33: error: 'make_pair' was not declared in this scope
stiva.push(make_pair(lin,col));
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !