Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 926358c

Browse files
Add Lib Hash
1 parent 5c08ace commit 926358c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ int main(){
116116
vector<string> st(100);
117117
while(getline(cin, l)){
118118
t = l;
119-
for(auto c : l)
119+
for(auto c : l)
120120
if(c == '{') st.push_back(""); else
121121
if(c == '}') t = st.back() + l, st.pop_back();
122122
cout << getHash(t) + " " + l + "\n";

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /