Last active
May 20, 2017 11:42
-
-
Save 27Cobalter/5166be0bf308bd49d6e82215c3e5b3e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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