Обновить cv1/program.c

This commit is contained in:
Yevhen Kozirovskyi 2024-10-03 10:43:28 +00:00
parent 2f74cf522a
commit 69a58b6cbd

View File

@ -1,7 +1,6 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include <windows.h>
void normalize(char *str) {
for (int i = 0; str[i] != '\0'; i++) {
@ -22,7 +21,6 @@ void normalize(char *str) {
}
int main() {
SetConsoleOutputCP(CP_UTF8);
char search[100];
char item_name[100];
char price[10];