online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Daftar Tautan</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background-color: #f4f4f9; color: #333; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .container { background-color: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); width: 80%; max-width: 900px; text-align: center; } h1 { font-size: 2rem; margin-bottom: 20px; } ul { list-style: none; padding: 0; } li { margin: 10px 0; } a { text-decoration: none; color: #1d72b8; font-size: 1.1rem; word-wrap: break-word; } a:hover { color: #ff6347; } </style> </head> <body> <div class="container"> <h1>Daftar Tautan</h1> <ul id="link-list"> <!-- Tautan akan ditambahkan menggunakan JavaScript --> </ul> </div> <script> // Daftar tautan yang diberikan const links = [ "https://www.facebook.com/captain.america.brave.new.world.fullthai/", "https://www.facebook.com/captain.america.brave.new.world.subthai/", "https://www.facebook.com/media/set/?set=a.122141502344471172&type=3", "https://www.facebook.com/media/set/?set=a.122141503466471172&type=3", "https://www.facebook.com/media/set/?set=a.122141504366471172&type=3", "https://hype.co/@den-am-hon-fullhd", "https://hype.co/@den-am-hon-vietsub", "https://hype.co/@the4rascals-vietsub", "https://hype.co/@bo-tu-bao-thu-vietsub", "https://hype.co/@io-sono-la-fine-del-mondo", "https://portfolio-azczhtd.format.com/ne-zha-2-zh", "https://portfolio-angdwyi.format.com/dark-nuns-subthai", "https://portfolio-ascyeza.format.com/hidden-face-subthai", "https://www.cake.me/portfolios/xem-phim-b-t-bao-th-2025-full-vietsub", "https://portfolio-qknltla.format.com/captain-america-brave-new-world-zh", "https://portfolio-xiattkc.format.com/captain-america-brave-new-world-subthai", "https://www.cake.me/portfolios/xem-phim-den-am-hon-full-hd-vietsub-thuyet-minh", "https://portfolio-gfnegse.format.com/cb01-io-sono-la-fine-del-mondo-2025-streaming-ita", "https://portfolio-oapqmcz.format.com/xem-phim-bo-tu-bao-thu-full-hd-vietsub-thuyet-minh", "https://portfolio-pcodajn.format.com/xem-phim-en-am-hon-2025-vietsub-full-hd-thuyet-minh-phimmoi", "https://hackmd.io/@avaaude/S1eMnLTtke", "https://factsplat.com/users/b2f1640e-1fc2-491c-a473-8359a635ae46", "https://taplink.cc/elianemagalie", "https://medium.com/@reretp/the-enchanting-world-of-songbirds-a-guide-to-popular-species-and-care-tips-7758ba30cd96", "https://honeyveleti.hashnode.dev/why-you-should-consider-keeping-a-songbird-as-a-pet", "https://blognews.mybloghunch.com/songbirds-natures-melodies-that-bring-peace-and-joy?ref=bloghunch.com", "https://www.fimfiction.net/blog/1063156/exploring-the-beauty-of-songbirds-from-canaries-to-lovebirds", "https://businessboostier.mn.co/posts/79885467", "https://app.daily.dev/posts/eliane-magalie-vqyjjg0io", "https://open.firstory.me/story/cm75glmmw001301ypes0ya4tz", "https://rentry.co/ElianeMagalie", "https://pastelink.net/0fcr8xh7", "https://pastebin.com/BWt8Bcc9", "https://paste.firnsy.com/paste/vnMLTPTnkg1", "https://etextpad.com/vjmfr8t2kl", "https://paste.feed-the-beast.com/view/fed5f16f", "https://paiza.io/projects/iW_rcnKTakSwGJY95iNbHQ?language=php", "https://pastebin.mozilla.org/LcjQGuFN", "https://pastebin.freeswitch.org/view/e77973b2", "https://paste.toolforge.org/view/58abc780", "https://snippet.host/oirbzs", "https://justpaste.it/i6mk7", "https://paste.intergen.online/view/f615e7a7", "https://www.wowace.com/paste/1fe18caa", "https://tempel.in/view/4QZl", "https://telegra.ph/ElianeMagalie-02-15", "https://notes.io/wX7FV", "https://www.pastery.net/fvjwhr/", "https://tech.io/snippet/9W6ZUMj", "https://glot.io/snippets/h4mo76nvts", "https://glot.io/snippets/h4mo7auxcq", "https://glot.io/snippets/h4mo7fk0uk", "https://glot.io/snippets/h4mo7lxs3z", "https://ivpaste.com/v/uWnstAQKKL", "https://paste.myconan.net/544184", "https://yamcode.com/elianemagalie", "https://paste2.org/5nmWHsXD", "https://ctxt.io/2/AAB4gxM-FQ", "https://rextester.com/NKLHP6944", "http://pastie.org/p/5wFXl1tGLPlLK2D44ATfqu", "https://paste.myst.rs/ymhx2y3c", "https://paste.laravel.io/2290d251-2dd7-4ac8-b2ff-ef905a2678d8" ]; // Menambahkan tautan ke dalam daftar HTML const linkList = document.getElementById('link-list'); links.forEach(link => { const listItem = document.createElement('li'); const anchor = document.createElement('a'); anchor.href = link; anchor.textContent = link; anchor.target = "_blank"; // Membuka tautan di tab baru listItem.appendChild(anchor); linkList.appendChild(listItem); }); </script> </body> </html>

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue