#3381
ksir1
Se dă următorul şir de numere:
1 1 2 2 1 2 3 3 3 1 2 3 4 4 4 4 1 2 3 4 5 5 5 5 5...
În şir avem grupe formate după următoarea regulă: grupa g
conţine numerele naturale de la 1
la g
în ordine crescătoare, urmate de g-1
valori egale cu g
(g=1, 2, ...
). Scrieţi un program care citeşte o valoare k
şi afişează al k
-lea termen al şirului de mai sus.
Olimpiada Municipala de Informatica, Iasi, 2020
Problema | ksir1 | Operații I/O |
ksir.in /ksir.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 2 MB
/
Stivă 1 MB
|
Id soluție | #54973624 | Utilizator | |
Fișier | ksir1.c | Dimensiune | 435 B |
Data încărcării | 14 Decembrie 2024, 12:07 | Scor / rezultat | 0 puncte |
ksir1.c: In function 'main': ksir1.c:11:5: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long long int *' [-Wformat=] fscanf (r, "ll%d", &k); ^ ksir1.c:17:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] fprintf(w, "ll%d", x); ^ ksir1.c:20:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=] fprintf(w, "ll%d", g); ^ ksir1.c:11:12: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf (r, "ll%d", &k); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ksir1 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ă.