Skip to content

Instantly share code, notes, and snippets.

@mamorunl
Last active December 1, 2015 14:03
Show Gist options
  • Save mamorunl/ce85323c4d957ede2bb5 to your computer and use it in GitHub Desktop.
Save mamorunl/ce85323c4d957ede2bb5 to your computer and use it in GitHub Desktop.
AOC
<?php $f=$b=0;foreach(str_split(file('i')[0])as$p=>$d)($f-=$d=='('?-1:1)>=0|$b?:$b=$p+1;echo"$f $b";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment