Borderou de evaluare (job #1658026)

Utilizator ACM.Adascalitei Mihai ACM. Data 20 martie 2016 23:08:35
Problema Jocul Flip Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘int main()’: user.cpp:8:24: error: expected primary-expression before ‘=’ token ofstream g("flip.out");= ^ user.cpp:9:1: error: expected primary-expression before ‘int’ int i,j,s=0; ^ user.cpp:9:1: error: expected ‘;’ before ‘int’ user.cpp:11:6: error: ‘i’ was not declared in this scope for (i=1;i<=n;i++) ^ user.cpp:12:7: error: ‘j’ was not declared in this scope for (j=1;j<=m;j++) ^ user.cpp:14:6: error: ‘i’ was not declared in this scope for (i=1;i<=n;i++) ^ user.cpp:15:7: error: ‘j’ was not declared in this scope for (j=1;j<=m;j++) ^ user.cpp:17:4: error: ‘s’ was not declared in this scope s+=a[i][j]; ^ user.cpp:18:4: error: ‘s’ was not declared in this scope g<<s; ^

Ceva nu functioneaza?