Skip to content

Instantly share code, notes, and snippets.

@llogiq
Last active March 9, 2016 10:30
Show Gist options
  • Save llogiq/660badfdc361b974e4d7 to your computer and use it in GitHub Desktop.
Save llogiq/660badfdc361b974e4d7 to your computer and use it in GitHub Desktop.
class F{public static void main(String[]r){int a=1,i=1;for(;i<=new Integer(r[0]);i++){a*=i;}System.out.print(a);}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment