Skip to content

Commit 8add409

Browse files
committed
Use "int64_t" instead of "long long"
1 parent ecb572d commit 8add409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/template.code-snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"#include <bits/stdc++.h>",
77
"",
88
"using namespace std;",
9-
"using ll = long long;",
9+
"using ll = int64_t;",
1010
"",
1111
"int main() {",
1212
" ios_base::sync_with_stdio(false);",

0 commit comments

Comments
 (0)