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 URL</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background-color: #f4f4f4; display: flex; justify-content: center; align-items: center; height: 100vh; } .container { background-color: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); width: 80%; max-width: 800px; } h1 { text-align: center; color: #333; } ul { list-style: none; padding: 0; } li { margin: 10px 0; font-size: 16px; } a { text-decoration: none; color: #007bff; transition: color 0.3s; } a:hover { color: #0056b3; } </style> </head> <body> <div class="container"> <h1>Daftar URL</h1> <ul id="urlList"></ul> </div> <script> // Daftar URL yang diberikan const urls = [ "https://popl.co/card/fjvKgcrU/1", "https://popl.co/card/LGfKxLbK/1", "https://popl.co/card/EyiBmTLf/1", "https://popl.co/card/xZTT9p3I/1", "https://popl.co/card/0Hv4fT5B/1", "https://popl.co/card/zaftBmRL/1", "https://popl.co/card/oQ8jxrKe/1", "https://popl.co/card/w91NXIgu/1", "https://popl.co/card/cbg2Y30A/1", "https://popl.co/card/q4CZ4Q0U/1", "https://popl.co/card/ttxyHnwM/1", "https://popl.co/card/UyUqir8f/1", "https://popl.co/card/Cgq9JKZb/1", "https://popl.co/card/cgIXMvuR/1", "https://popl.co/card/0jwZOYYP/1", "https://nezhaa.tawk.help/article/ne-zha-2-thaidubb", "https://hddfac.tawk.help/article/hidden-face-thaisub", "https://dsgb.tawk.help/article/dangerous-boys-2-thaisub", "https://ibicede.tawk.help/article/quy-nhap-trang-vietsub", "https://open.substack.com/pub/florenceclarke/p/full-hdxem-phim-quy-nhap-trang-2025", "https://open.substack.com/pub/florenceclarke/p/full-hd-xem-phim-quy-nhap-trang-2025", "https://hackmd.io/@avaaude/SJIxwe1hJg", "https://rentry.co/NooraLexie", "https://papaly.com/categories/share?id=b39651d6c21d499b8f94846555dc7213", "https://dly.to/s2bJZ2qx7yF", "https://dictanote.co/n/1214217/", "https://direct.me/nooralexie", "https://www.are.na/block/35178892", "https://nooralexie1.statuspage.io/", "https://businessboostier.mn.co/posts/81266882", "https://taplink.cc/nooralexie", "https://open.firstory.me/story/cm85uca1o003a01yudrrs5in4", "https://factsplat.com/users/40b4acc4-9c35-4294-b33a-4f33afb64d10", "https://baskadia.com/post/8kfxq", "https://reretp.medium.com/the-importance-of-tissue-in-daily-life-611ed4cdeda2", "https://blog-news.hashnode.dev/how-to-use-tissue-properly-a-quick-guide", "https://www.fimfiction.net/blog/1065772/understanding-different-types-of-tissue-and-their-everyday-benefits", "https://blognews.mybloghunch.com/the-essential-guide-to-tissue-types-benefits-and-uses?ref=bloghunch.com", "https://www.chobaolam.vn/threads/nooralexie.616250/", "https://challonge.com/ru86v1k7", "https://heylink.me/nooralexie", "https://bio.link/nooralexie", "https://mez.ink/nooralexie", "https://linktr.ee/nooralexie", "https://playit4ward-sanantonio.ning.com/photo/albums/noora-lexie", "https://healingxchange.ning.com/photo/albums/noora-lexie", "https://about.me/nooralexie", "https://www.bitsdujour.com/profiles/MDyZY8", "https://linkr.bio/nooralexie", "https://start.me/w/BGRXDd", "https://nooralexie.mssg.me/", "https://muckrack.com/noora-lexie", "https://pinshape.com/users/7353367-nooralexie#designs-tab-open", "https://tooter.in/nooralexie/posts/114149842322415499", "https://magic.ly/nooralexie", "https://profile.hatena.ne.jp/nooralexie/", "https://taylorhicks.ning.com/forum/topics/nooralexie", "https://pastelink.net/aybazq3i", "https://www.wowace.com/paste/f5e1e5d4", "https://pastebin.com/wcfxDCtC", "https://paste.firnsy.com/paste/X4GjHnOR1dU", "https://etextpad.com/mdudxh2mk6", "https://paste.feed-the-beast.com/view/a50dd642", "https://paiza.io/projects/19RVCwXIZOoPxxUb38RlJQ?language=php", "https://pastebin.mozilla.org/Uo0dJrPv", "https://paste.toolforge.org/view/df30813f", "https://snippet.host/izykds", "https://justpaste.it/c2fu8", "https://paste.intergen.online/view/19008d27", "https://tempel.in/view/AQYb", "https://telegra.ph/NooraLexie-03-12", "https://notes.io/wLYSA", "https://www.pastery.net/fmabsd/", "https://tech.io/snippet/TE2pojv", "https://glot.io/snippets/h5ev3se2yl", "https://glot.io/snippets/h5ev3x1shv", "https://glot.io/snippets/h5ev42rpw7", "https://glot.io/snippets/h5ev48821g" ]; // Fungsi untuk menampilkan URL dalam daftar const urlList = document.getElementById("urlList"); urls.forEach(url => { const listItem = document.createElement("li"); const link = document.createElement("a"); link.href = url; link.target = "_blank"; link.textContent = url; listItem.appendChild(link); urlList.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