목록2025/02/09 (2)
6kittylog

exec("CREATE TABLE pages (id INTEGER PRIMARY KEY, title TEXT UNIQUE, content TEXT)"); $db->exec("INSERT INTO pages (title, content) VALUES ('Flag', '" . base64_encode($FLAG) . "')"); $db->exec("INSERT INTO pages (title, content) VALUES ('Page 1', 'This is not a flag, but just a boring page.')"); $db->exec("INSERT INTO pages (title, content) VALUES ('Page 2', 'This is not a flag, but just a bo..

4 || !is_numeric($_POST['numbers'][$i])) { continue; } $the_number = intval($_POST['numbers'][$i]); if($the_number Numberizer Give me at most 10 numbers to sum! '; } ?> Submit To view the source code, click here. 일단 $sum을 음수로 만들어줘야 하는데 컴퓨터에서는 int의 한계 범위가 있기 때문에 엄청 큰 양수..