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

replaced http://codegolf.stackexchange.com/ with https://codegolf.stackexchange.com/
Source Link

Batch, (削除) 25 (削除ここまで) (削除) 18 (削除ここまで) 16 bytes

@cmd/cset/a%1+%2

Edit: saved (削除) 7 (削除ここまで) 9 bytes by using my trick from Alternating Sign Sequence Alternating Sign Sequence.

Batch, (削除) 25 (削除ここまで) (削除) 18 (削除ここまで) 16 bytes

@cmd/cset/a%1+%2

Edit: saved (削除) 7 (削除ここまで) 9 bytes by using my trick from Alternating Sign Sequence.

Batch, (削除) 25 (削除ここまで) (削除) 18 (削除ここまで) 16 bytes

@cmd/cset/a%1+%2

Edit: saved (削除) 7 (削除ここまで) 9 bytes by using my trick from Alternating Sign Sequence.

added 17 characters in body
Source Link
Neil
  • 184.4k
  • 12
  • 76
  • 290

Batch, (削除) 25 (削除ここまで) 18(削除) 18 (削除ここまで) 16 bytes

@cmd/c setcset/a %1+%2a%1+%2

Edit: saved 7(削除) 7 (削除ここまで) 9 bytes by using my trick from Alternating Sign Sequence.

Batch, (削除) 25 (削除ここまで) 18 bytes

@cmd/c set/a %1+%2

Edit: saved 7 bytes by using my trick from Alternating Sign Sequence.

Batch, (削除) 25 (削除ここまで) (削除) 18 (削除ここまで) 16 bytes

@cmd/cset/a%1+%2

Edit: saved (削除) 7 (削除ここまで) 9 bytes by using my trick from Alternating Sign Sequence.

deleted 1 character in body
Source Link
Neil
  • 184.4k
  • 12
  • 76
  • 290

Batch, 25(削除) 25 (削除ここまで) 18 bytes

@set@cmd/ac s=%1+%2
@echoset/a %s%%1+%2

On the command line you can just typeEdit: saved 7 bytes by using my trick from set/a 5+16 but in a script you've got to deal with the palaver of an intermediate variableAlternating Sign Sequence.

Batch, 25 bytes

@set/a s=%1+%2
@echo %s%

On the command line you can just type set/a 5+16 but in a script you've got to deal with the palaver of an intermediate variable.

Batch, (削除) 25 (削除ここまで) 18 bytes

@cmd/c set/a %1+%2

Edit: saved 7 bytes by using my trick from Alternating Sign Sequence.

Source Link
Neil
  • 184.4k
  • 12
  • 76
  • 290
Loading

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