Borderou de evaluare (job #2823584)

Utilizator francescom_481francesco martinut francescom_481 Data 28 decembrie 2021 21:50:58
Problema Suma si numarul divizorilor Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:1:1: error: 'include' does not name a type 1 | include <bits/stdc++.h> | ^~~~~~~ main.cpp:5:1: error: 'ifstream' does not name a type 5 | ifstream fin("ssnd.in"); | ^~~~~~~~ main.cpp:6:1: error: 'ofstream' does not name a type 6 | ofstream fout("ssnd.out"); | ^~~~~~~~ main.cpp: In function 'void ssnd(long long int)': main.cpp:54:5: error: 'fout' was not declared in this scope 54 | fout << nrDiv << " " << sumDiv << "\n"; | ^~~~ main.cpp: In function 'int main()': main.cpp:58:5: error: 'ios' has not been declared 58 | ios::sync_with_stdio(0); | ^~~ main.cpp:59:5: error: 'cin' was not declared in this scope 59 | cin.tie(0); | ^~~ main.cpp:63:12: error: 'fin' was not declared in this scope 63 | int t; fin >> t; | ^~~ Non zero exit status: 1

Ceva nu functioneaza?