#466
GenGraf
Se dă un număr natural n
. Construiți toate grafurile neorientate cu n
vârfuri.
Problema | GenGraf | Operații I/O |
gengraf.in /gengraf.out
|
---|---|---|---|
Limita timp | 1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54113943 | Utilizator | |
Fișier | gengraf.cpp | Dimensiune | 927 B |
Data încărcării | 20 Noiembrie 2024, 08:30 | Scor / rezultat | Eroare de compilare |
gengraf.cpp:5:1: error: expected initializer before 'struct' struct muchie{int x,y}v[31]; ^ gengraf.cpp:5:23: error: 'v' does not name a type struct muchie{int x,y}v[31]; ^ gengraf.cpp: In function 'int succesor(int)': gengraf.cpp:8:16: error: 'm' was not declared in this scope if(x[k]<7&&k<=m) ^ gengraf.cpp: In function 'int sol(int)': gengraf.cpp:21:12: error: 'm' was not declared in this scope return k==m; ^ gengraf.cpp: In function 'void afis(int)': gengraf.cpp:27:3: error: 'a' was not declared in this scope a[i][j]=0; ^ gengraf.cpp:30:3: error: 'a' was not declared in this scope a[v[i].x][v[i].y]=a[v[i].y][v[i].x]=1; ^ gengraf.cpp:30:5: error: 'v' was not declared in this scope a[v[i].x][v[i].y]=a[v[i].y][v[i].x]=1; ^ gengraf.cpp:34:10: error: 'a' was not declared in this scope cout<<a[i][j]<<endl; ^ gengraf.cpp: In function 'int main()': gengraf.cpp:67:3: error: 'm' was not declared in this scope m++; ^ gengraf.cpp:68:3: error: 'v' was not declared in this scope v[m.x]=i; ^ gengraf.cpp:71:2: error: 'p' was not declared in this scope p=1; ^ gengraf.cpp:72:13: error: 'm' was not declared in this scope for(i=1;i<=m;i++) ^ gengraf.cpp: In function 'int sol(int)': gengraf.cpp:22:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema GenGraf face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.