add laba 32
This commit is contained in:
parent
5ead7f3628
commit
bdc783c060
27
main.c
27
main.c
@ -1,3 +1,24 @@
|
||||
void main() {
|
||||
|
||||
}
|
||||
/ çàäà÷à 6
|
||||
//#include <stdio.h>
|
||||
//#include <Windows.h>
|
||||
//
|
||||
//int main() {
|
||||
// int price;
|
||||
// SetConsoleCP(1251);
|
||||
// SetConsoleOutputCP(1251);
|
||||
// printf("Ââåäèòå ñòîèìîñòü âàç 2114:");
|
||||
// scanf_s("%d", &price);
|
||||
//
|
||||
// if (price < 120000) {
|
||||
// printf("Äåøåâî");
|
||||
// }
|
||||
// if ((120000 <= price) && (price < 180000)) {
|
||||
// printf("Íîðìàëüíî");
|
||||
// }
|
||||
// if ((180000 <= price) && (price < 230000)) {
|
||||
// printf("Äîðîãî");
|
||||
// }
|
||||
// if (price >= 230000) {
|
||||
// printf("Óæàñ êàê äîðîãî");
|
||||
// }
|
||||
//}
|
||||
|
Loading…
Reference in New Issue
Block a user