Skip to content

Instantly share code, notes, and snippets.

@ashiato45
Created February 11, 2021 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashiato45/2b40d22cc08fcf37c030bdc095af1783 to your computer and use it in GitHub Desktop.
Save ashiato45/2b40d22cc08fcf37c030bdc095af1783 to your computer and use it in GitHub Desktop.
match s[i-1].as_str(){
"AND" => {
},
"OR" => {
res = 2i64.pow(i as u32) + res;
},
_ => panic!()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment