Borderou de evaluare (job #3337865)
| Utilizator | Data | 30 ianuarie 2026 14:42:14 | |
|---|---|---|---|
| Problema | Domino | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void euler(int)':
main.cpp:34:5: error: 'stack' was not declared in this scope
34 | stack<int> s;
| ^~~~~
main.cpp:5:1: note: 'std::stack' is defined in header '<stack>'; did you forget to '#include <stack>'?
4 | #include <iostream>
+++ |+#include <stack>
5 |
main.cpp:34:11: error: expected primary-expression before 'int'
34 | stack<int> s;
| ^~~
main.cpp:35:5: error: 's' was not declared in this scope
35 | s.push(start_node);
| ^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
