Borderou de evaluare (job #2844261)
Utilizator | Data | 4 februarie 2022 00:22:21 | |
---|---|---|---|
Problema | Radix Sort | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:39:5: error: 'cin' was not declared in this scope
39 | cin >> N >> a >> b >> c;
| ^~~
main.cpp:3:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
2 | #include <cstring>
+++ |+#include <iostream>
3 |
main.cpp:51:9: error: 'cout' was not declared in this scope
51 | cout << nr[1][i] << ' ';
| ^~~~
main.cpp:51:9: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
main.cpp:54:5: error: 'cout' was not declared in this scope
54 | cout << '\n';
| ^~~~
main.cpp:54:5: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !