This commit is contained in:
Yaroslav Orlianskyi 2022-04-21 21:07:27 +02:00
parent b4daffde8e
commit ceea30ec99

View File

@ -23,8 +23,8 @@ int main() {
puts("Nespravny vstup");
return 0;
}
for (int с = 0; с < 30; с++) {
if (isalpha(r[с])) {
for (int c = 0; c < 30; c++) {
if (isalpha(r[c])) {
error = 1;
break;
}