From 41579e09a49fa719511b6b04911eef469f8a1feb Mon Sep 17 00:00:00 2001 From: "jake.burst@gmail.com" Date: Sun, 5 May 2024 15:26:09 +0900 Subject: [PATCH] int -> long long --- Unit1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unit1.cpp b/Unit1.cpp index 10f5787..7b88aa7 100644 --- a/Unit1.cpp +++ b/Unit1.cpp @@ -18,7 +18,7 @@ void __fastcall TForm1::Button1Click(TObject *Sender) { int upper; int i; - int sum=0; + long long sum=0; upper = StrToInt(Edit1->Text);