Figured out the issue, scanf starts from begining of a stream
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -33,6 +33,12 @@
|
||||
"tuple": "cpp",
|
||||
"type_traits": "cpp",
|
||||
"typeinfo": "cpp",
|
||||
"utility": "cpp"
|
||||
"utility": "cpp",
|
||||
"condition_variable": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"vector": "cpp",
|
||||
"functional": "cpp",
|
||||
"mutex": "cpp",
|
||||
"sstream": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user