skuska
This commit is contained in:
parent
1fea6bd6f4
commit
5c08a4f100
@ -11,6 +11,6 @@ int main() {
|
||||
putchar((ch >= 'a' && ch <= 'z') ? (ch - 32) : ((ch >= 'A' && ch <= 'Z') ? (ch + 32) : (ch >= 32 && ch <= 126 ? ch : '\0')));
|
||||
}
|
||||
}
|
||||
putchar("\n")
|
||||
putchar("\n");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user