diff options
Diffstat (limited to 'UBasan-test.cpp')
-rw-r--r-- | UBasan-test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |