We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01cb061 commit cf96959Copy full SHA for cf96959
others/fast_integer_input.cpp
@@ -11,7 +11,7 @@
11
void fastinput(int *number) {
12
// variable to indicate sign of input integer
13
bool negative = false;
14
- register int c;
+ int c;
15
*number = 0;
16
17
// extract current character from buffer
0 commit comments