Borderou de evaluare (job #738225)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | GFact (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 oct. 2023 13:16:46 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
14 | for(j=0;a%i==0;a/=i,++j);
| ^~~
main.cpp:15:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
15 | if(a>1)
| ^~
main.cpp:25:12: error: 'G' was not declared in this scope
25 | return G<<q,0;
| ^