mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-07 22:32:28 +08:00
Initialize n as int
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
long long n = 0;
|
||||
int n = 0;
|
||||
int count = 0;
|
||||
std::cout << "Enter an integer: ";
|
||||
std::cin >> n;
|
||||
|
||||
Reference in New Issue
Block a user