Borderou de evaluare (job #779573)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bmedia (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 iun. 2024 20:54:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:82:1: warning: "/*" within comment [-Wcomment]
82 | /*int DouaNumere(int a[],int n){
|
main.cpp:43:1: error: expected ',' or ';' before 'int'
43 | int nrcif(long long n){
| ^~~
main.cpp: In function 'long long int nr(long long int)':
main.cpp:54:11: error: 'nrcif' was not declared in this scope
54 | for(i=1;i<nrcif(n);i++){
| ^~~~~
main.cpp: In function 'int main()':
main.cpp:137:9: warning: unused variable 'a' [-Wunused-variable]
137 | int a[10],n,k,i;
| ^
main.cpp:137:17: warning: unused variable 'k' [-Wunused-variable]
137 | int a[10],n,k,i;
| ^
main.cpp:137:19: warning: unused variable 'i' [-Wunused-variable]
137 | int a[10],n,k,i;
| ^