python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
When i use my code in local vscode its giving only 63 as answer but when i use a different online complier it works fine
This is a Luhn algorithm code and it works fine in an online complier but when I use it in my local vscode it is only giving 63 as output.
I dont know if its a memory issue as it late long variable.
i...
Karma0o7
Votes: 0
Answers: 1
Calculation exceeding the Java Long type maximum
Multiplication with the maximum value of the Long type in eclipse results in the following result. I wonder what the result means.
long long1 = 9223372036854775807L;
long long2 = 9223372036854...
shindang5
Votes: 0
Answers: 2
VBA CSV import: long numbers are not written out
I have a CSV File, which I want to display in my Spreadsheet using the QueryTable.
Because I have long numbers, I want to format the cells as text (because the last digits are turned to a "0"...
Lazian24
Votes: 0
Answers: 1