Skip to content

Instantly share code, notes, and snippets.

@27Cobalter
Last active May 20, 2017 11:42
Show Gist options
  • Save 27Cobalter/5166be0bf308bd49d6e82215c3e5b3e5 to your computer and use it in GitHub Desktop.
Save 27Cobalter/5166be0bf308bd49d6e82215c3e5b3e5 to your computer and use it in GitHub Desktop.
let var=input('N=')
echo "\n"
for i in range(1, var)
let flag=((i%3==0)||(matchstr(i,3)!=''))
if flag
echo i . 'アホ'
else
echo i
endif
endfor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment