#2914
nthodd
Se dă numărul natural n
. Afișați al n
-lea număr impar.
Problema | nthodd | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.01 secunde | Limita memorie |
Total: 64 MB
/
Stivă 64 MB
|
Id soluție | #16320063 | Utilizator | |
Fișier | nthodd.cpp | Dimensiune | 1.65 KB |
Data încărcării | 11 Iulie 2019, 00:22 | Scor / rezultat | 100 puncte |
nthodd.cpp: In function 'void mystrrev(char*)': nthodd.cpp:12:9: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] t[k]=NULL; ^ nthodd.cpp: In function 'void adunare(char*, char*, char*)': nthodd.cpp:26:10: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] s[nr]=NULL; ^ nthodd.cpp:28:10: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] t[nr]=NULL; ^ nthodd.cpp:37:29: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] if(tr){z[nr]='1';z[nr+1]=NULL;} ^ nthodd.cpp:38:15: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] else z[nr]=NULL; ^ nthodd.cpp: In function 'void scadere(char*, char*, char*)': nthodd.cpp:52:10: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] s[nr]=NULL; ^ nthodd.cpp:54:10: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] t[nr]=NULL; ^ nthodd.cpp:71:10: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] z[nr]=NULL; ^ nthodd.cpp:75:14: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] z[nr]=NULL; ^ nthodd.cpp: In function 'int main()': nthodd.cpp:88:9: warning: converting to non-pointer type 'char' from NULL [-Wconversion-null] t[1]=NULL; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 20 | 20 | Exemplu | |
2 | 0 secunde | OK. | 20 | 20 | ||
3 | 0 secunde | OK. | 20 | 20 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 20 | 20 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema nthodd 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ă.