[Free] Hackthebox Challenge Writeup - Evaluative
by beatman - Saturday April 12, 2025 at 01:11 PM
#1
code:

# take in the number
n = [int(i) for i in input().split(' ')]
x = int(input())

# calculate answer
r = 0
for i,a in enumerate(n):
    r = r + a * (x**i)

# print answer
print(r)
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] CPTS 12 FLAGS pulsebreaker 59 1,150 03-28-2026, 06:26 PM
Last Post: vilas033
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 360 88,710 03-28-2026, 09:28 AM
Last Post: catsweet
  [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 16 2,276 03-28-2026, 03:32 AM
Last Post: lulaladrow
  [FREE] HTB-ProLabs APTLABS Just Flags kewlsunny 23 2,348 03-28-2026, 03:30 AM
Last Post: lulaladrow
  [FREE] HackTheBox Dante - complete writeup written by Tamarisk Tamarisk 597 88,992 03-27-2026, 10:54 PM
Last Post: w3soul



 Users browsing this thread: 1 Guest(s)