#1191
Arhitectura
Se citesc n
numere naturale reprezentând înălțimile a n
clădiri. Cerința problemei este de a realiza un proiect de arhitectură în care clădirile sunt ordonate descrescător după înălțimea lor.
Problema | Arhitectura | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #54914593 | Utilizator | |
Fișier | arhitectura.cpp | Dimensiune | 277 B |
Data încărcării | 12 Decembrie 2024, 09:09 | Scor / rezultat | Eroare de compilare |
arhitectura.cpp:5:1: error: stray '\342' in program int n,v[1001],i,ok=1; cin››n; ^ arhitectura.cpp:5:1: error: stray '\200' in program arhitectura.cpp:5:1: error: stray '\272' in program arhitectura.cpp:5:1: error: stray '\342' in program arhitectura.cpp:5:1: error: stray '\200' in program arhitectura.cpp:5:1: error: stray '\272' in program arhitectura.cpp:14:1: error: stray '\302' in program cout<<v[i]«‹" ";} ^ arhitectura.cpp:14:1: error: stray '\253' in program arhitectura.cpp:14:1: error: stray '\342' in program arhitectura.cpp:14:1: error: stray '\200' in program arhitectura.cpp:14:1: error: stray '\271' in program arhitectura.cpp: In function 'int main()': arhitectura.cpp:5:32: error: expected ';' before 'n' int n,v[1001],i,ok=1; cin››n; ^ arhitectura.cpp:5:33: warning: statement has no effect [-Wunused-value] int n,v[1001],i,ok=1; cin››n; ^ arhitectura.cpp:7:11: error: expected ';' before ':' token {cin>>v[1]:} do ^ arhitectura.cpp:9:9: warning: statement has no effect [-Wunused-value] for (1-1;1<n;i++) ^ arhitectura.cpp:11:20: error: expected ')' before ':' token (swap (v[i],v[i+1]): ok=1;r} while (ok==1); ^ arhitectura.cpp:11:27: error: 'r' was not declared in this scope (swap (v[i],v[i+1]): ok=1;r} while (ok==1); ^ arhitectura.cpp:11:28: error: expected ';' before '}' token (swap (v[i],v[i+1]): ok=1;r} while (ok==1); ^ arhitectura.cpp:12:7: warning: statement has no effect [-Wunused-value] for (i-1;i<=n;i++) ^ arhitectura.cpp:14:1: error: expected ';' before 'cout' cout<<v[i]«‹" ";} ^ arhitectura.cpp:14:19: warning: statement has no effect [-Wunused-value] cout<<v[i]«‹" ";} ^ arhitectura.cpp: At global scope: arhitectura.cpp:15:2: error: expected unqualified-id before 'return' return 0; ^ arhitectura.cpp:16:1: error: expected declaration before '}' token } ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Arhitectura 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ă.