Utilizator |
Problema |
Data |
Compilator |
Scor |
|---|---|---|---|---|
11 Iulie 2026, 17:44 |
c++14 |
E.C. |
main.cpp: In function ‘int main()’:
main.cpp:42:9: error: ‘fin’ was not declared in this scope; did you mean ‘sin’?
42 | fin>>s[i];
| ^~~
| sin
main.cpp:32:13: warning: unused variable ‘j’ [-Wunused-variable]
32 | int n,i,j,m,max=0;
| ^