Borderou de evaluare (job #688310)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Table | Compilator | cpp-32 |
Rundă | lasm_18_01_2023_clasa12 | Status | evaluat |
Dată | 18 ian. 2023 17:41:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:92:1: warning: "/*" within comment [-Wcomment]
92 | /*
|
main.cpp: In function 'int main()':
main.cpp:14:21: error: variable 'std::ifstream fin' has initializer but incomplete type
14 | ifstream fin("table.in");
| ^
main.cpp:16:14: error: variable 'std::ofstream fout' has initializer but incomplete type
16 | ofstream fout("table.out");
| ^
main.cpp:18:18: warning: unused variable 'x' [-Wunused-variable]
18 | int n, m, k, x;
| ^