From 19f1a70edbf2b08536c114e12f7b3c1e77469730 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 14 Aug 2024 19:58:58 +0200 Subject: Forgot how painful input buffers are --- UBasan-test.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'UBasan-test.cpp') diff --git a/UBasan-test.cpp b/UBasan-test.cpp index 1cbcfc7..b5ca4bd 100644 --- a/UBasan-test.cpp +++ b/UBasan-test.cpp @@ -20,7 +20,6 @@ int main () { std::cin >> a; double b = 10 / a; std::cout << b << std::endl; - int c = 10; std::cout << "Input a 0: " << std::endl; std::cin >> c; -- cgit v1.2.3