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> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; } .container { text-align: center; margin-top: 50px; } h1 { color: #333; } ul { list-style-type: none; padding: 0; } li { margin: 10px 0; } a { text-decoration: none; color: #007bff; transition: color 0.3s; } a:hover { color: #0056b3; } </style> </head> <body> <div class="container"> <h1>Daftar Tautan</h1> <ul id="linkList"></ul> </div> <script> const links = [ "https://xem-phim-cam-2024-full-hd-vietsub-tuyen-mien-phi.myikas.com/", "https://xem-phim-cam-full-hd-viet-sub-trang-ca-nhan.myikas.com/", "https://xem-phim-tee-yod-quy-an-tang-2.myikas.com/", "https://phim-tee-yod-quy-an-tang-2-2024-vietsub-fullhd.myikas.com/", "https://teeyod-2-thai.myikas.com/", "https://teeyod-2-2024-sub-thai.myikas.com/", "https://death-whisperer-2-2024-thai.myikas.com/", "https://github.com/vietmov/movvietsub/discussions/1", "https://github.com/vietmov/movvietsub/discussions/2", "https://github.com/vietmov/movvietsub/discussions/3", "https://github.com/vietmov/movvietsub/discussions/4", "https://github.com/moviviet/rapchieuphim/discussions/1", "https://github.com/moviviet/rapchieuphim/discussions/2", "https://github.com/moviviet/rapchieuphim/discussions/3", "https://github.com/moviviet/rapchieuphim/discussions/4", "https://bento.me/watch-tee-yod-2-thai-hd", "https://bento.me/hd-tee-yod-2-2-2024-uhd-1080p", "https://hoo.be/teeyod-2", "https://www.facebook.com/TeeYod2.Thaii", "https://www.facebook.com/DeathWhisperer2.subthai", "https://www.facebook.com/death.whisperer.2.thai", "https://hoo.be/death-whisperer-2", "https://tinhte.vn/profile/hnang-thuehyd-2tee-yod-2-etmerong-2024-thai-sub.3053181", "https://groups.google.com/g/tee-yod-2-2024--hd-thai/c/LLry3v7wC4Q/m/Qj3JXKvyBQAJ", "https://colab.research.google.com/drive/1lmRK20lR6o5xOr1Z7IM0hdkdKr4uqua6?usp=sharing", "https://bento.me/tee-yod-2-thai", "https://open.spotify.com/episode/0MZItyRobMECFvPYZguCfv", "https://teeyod2thaisub.statuspage.io/", "https://taplink.cc/teeyod2thaisub", "https://bio.link/berliana24", "https://linktr.ee/berliana245", "https://tee-yod-2.hashnode.dev/2-2024-fhd", "https://medium.com/@karllone/%E0%B8%94%E0%B8%B9-%E0%B8%AB%E0%B8%99%E0%B8%B1%E0%B8%87%E0%B9%83%E0%B8%AB%E0%B8%A1%E0%B9%88%E0%B9%80%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87-%E0%B8%98%E0%B8%B5%E0%B9%88%E0%B8%AB%E0%B8%A2%E0%B8%94-2-2024-%E0%B9%80%E0%B8%95%E0%B9%87%E0%B8%A1%E0%B9%80%E0%B8%A3%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%87-fhd-%E0%B8%8B%E0%B8%B1%E0%B8%9A%E0%B9%84%E0%B8%97%E0%B8%A2-%E0%B8%9E%E0%B8%B2%E0%B8%81%E0%B8%A2%E0%B9%8C%E0%B9%84%E0%B8%97%E0%B8%A2-593f6ded6612", "https://www.are.na/block/31370500", "https://rom.curseforge.com/paste/8b4e9e44", "https://dictanote.co/n/1084759/", "https://rentry.co/berlianna", "https://pastelink.net/q91cvd66", "https://pastebin.com/05bjFhRE", "https://paste.firnsy.com/paste/PST1912NbWg", "https://etextpad.com/7nz14smfw3", "https://paste.feed-the-beast.com/view/14439791", "https://paiza.io/projects/_yctP-Tjs14jx-AdiYSB6A?language=php", "https://pastebin.mozilla.org/0pGa8SN5", "https://pastebin.freeswitch.org/view/d724735f", "https://paste.toolforge.org/view/d17e40e5", "https://snippet.host/corzud", "https://justpaste.it/dllej", "https://paste.intergen.online/view/a72e97ab", "https://tempel.in/view/eRO", "https://telegra.ph/berlianna-10-12", "https://notes.io/w3Uhn", "https://www.pastery.net/tftkmh/", "https://tech.io/snippet/uP8pjdi", "https://glot.io/snippets/h0sg4s5wdk", "https://glot.io/snippets/h0sg4wv4x1", "https://glot.io/snippets/h0sg52a4o1", "https://glot.io/snippets/h0sg574bd0", "https://jsitor.com/HO5-i4cAhT", "https://hackmd.io/@babayonyo/S1yl6M_yyg", "https://ivpaste.com/v/JCSRq7QfuI" ]; const linkList = document.getElementById('linkList'); links.forEach(link => { const listItem = document.createElement('li'); const anchor = document.createElement('a'); anchor.href = link; anchor.textContent = link; anchor.target = "_blank"; // Open link in a new tab 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