Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

Commonmark migration
Source Link

#C, (削除) 88 (削除ここまで) 64 bytes

C, (削除) 88 (削除ここまで) 64 bytes

Call f() without arguments.

f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

#C, (削除) 88 (削除ここまで) 64 bytes

Call f() without arguments.

f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

C, (削除) 88 (削除ここまで) 64 bytes

Call f() without arguments.

f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

deleted 23 characters in body
Source Link
owacoder
  • 1.6k
  • 8
  • 13

#C, (削除) 88 (削除ここまで) 8264 bytes

Call f() without arguments.

#include<stdio.h>
f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

#C, (削除) 88 (削除ここまで) 82 bytes

Call f() without arguments.

#include<stdio.h>
f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

#C, (削除) 88 (削除ここまで) 64 bytes

Call f() without arguments.

f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

deleted 1 character in body
Source Link
owacoder
  • 1.6k
  • 8
  • 13

#C, (削除) 88 (削除ここまで) 8382 bytes

Call f() without arguments.

#include <stdio#include<stdio.h>
f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone Try it on ideone.

#C, (削除) 88 (削除ここまで) 83 bytes

Call f() without arguments.

#include <stdio.h>
f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

#C, (削除) 88 (削除ここまで) 82 bytes

Call f() without arguments.

#include<stdio.h>
f(i,j){for(i=j=0;i<26;putchar(j==26?j=0,i++,10:65+(i+j++)%26));}

Try it on ideone.

added 13 characters in body
Source Link
owacoder
  • 1.6k
  • 8
  • 13
Loading
Source Link
owacoder
  • 1.6k
  • 8
  • 13
Loading

AltStyle によって変換されたページ (->オリジナル) /