PowerShell, (削除) 31 (削除ここまで) 30 bytes
"$args"-in(1..1e6|%{($s+=$_)})
Nice and slow brute force method. Make an array of every of every sum of 1 through 106, and see if the argument is in there.
PowerShell, (削除) 31 (削除ここまで) 30 bytes
"$args"-in(1..1e6|%{($s+=$_)})
Nice and slow brute force method. Make an array of every of every sum of 1 through 106, and see if the argument is in there.
PowerShell, (削除) 31 (削除ここまで) 30 bytes
"$args"-in(1..1e6|%{($s+=$_)})
Nice and slow brute force method. Make an array of every sum of 1 through 106, and see if the argument is in there.
PowerShell, 31(削除) 31 (削除ここまで) 30 bytes
"$args"-in(1..10e5|%1e6|%{($s+=$_)})
Nice and slow brute force method. Make an array of every of every sum of 1 through 106, and see if the argument is in there.
PowerShell, 31 bytes
"$args"-in(1..10e5|%{($s+=$_)})
Nice and slow brute force method. Make an array of every of every sum of 1 through 106, and see if the argument is in there.
PowerShell, (削除) 31 (削除ここまで) 30 bytes
"$args"-in(1..1e6|%{($s+=$_)})
Nice and slow brute force method. Make an array of every of every sum of 1 through 106, and see if the argument is in there.
PowerShell, 31 bytes
"$args"-in(1..10e5|%{($s+=$_)})
Nice and slow brute force method. Make an array of every of every sum of 1 through 106, and see if the argument is in there.