[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] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 361 98,488 11 hours ago
Last Post: memerman123
  [FREE] CPTS 12 FLAGS pulsebreaker 63 8,645 11 hours ago
Last Post: memerman123
  [FREE] HTB-ProLabs APTLABS Just Flags kewlsunny 24 9,426 07-12-2026, 04:10 AM
Last Post: cookky1
  Hack the box Pro Labs, VIP, VIP+ 1 month free Method RedBlock 22 9,072 06-25-2026, 02:15 PM
Last Post: hashxyz
  [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 19 9,247 06-25-2026, 12:30 PM
Last Post: hashxyz



 Users browsing this thread: