Borderou de evaluare (job #651245)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Prime (clasa a 5-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 26 mai 2022 17:20:18 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:14: error: variable 'std::ifstream fin' has initializer but incomplete type
5 | ifstream fin ("prime.in");
| ^
main.cpp:6:15: error: variable 'std::ofstream fout' has initializer but incomplete type
6 | ofstream fout ("prime.out");
| ^
main.cpp: In function 'int main()':
main.cpp:20:7: error: 'whlie' was not declared in this scope
20 | whlie(ciur[i]>0)
| ^~~~~
main.cpp:12:15: warning: unused variable 'N' [-Wunused-variable]
12 | int n, x, N, i;
| ^