Initialization

This commit is contained in:
Kozar 2024-03-07 13:20:01 +01:00
parent 6d21528e78
commit 0b4e1647e5

View File

@ -13,7 +13,7 @@ int main() {
while (count < SIZE) {
if (scanf("%lf", &input) != 1) {
if (scanf("%c", &input) == 1 && input == 'x') {
if (scanf("%c", &input) == 1) {
printf("123\n");
return 0;
}