Borderou de evaluare (job #713880)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cfdist (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 31 mar. 2023 09:42:43 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:21: error: 'i' was not declared in this scope
9 | { long long n,x,v[i],i=1;
| ^
main.cpp:12:9: error: 'v' was not declared in this scope
12 | v[n%10]++;
| ^
main.cpp:16:14: error: 'v' was not declared in this scope
16 | if(v[i]>0)
| ^
main.cpp:17:11: error: 'm' was not declared in this scope
17 | m++;
| ^
main.cpp:18:20: error: 'm' was not declared in this scope
18 | fin >> m;
| ^
main.cpp:20:2: error: expected '}' at end of input
20 | }
| ^
main.cpp:9:1: note: to match this '{'
9 | { long long n,x,v[i],i=1;
| ^
main.cpp:9:17: warning: unused variable 'x' [-Wunused-variable]
9 | { long long n,x,v[i],i=1;
| ^