• TICA OJ
  • Trang chủ
  • Danh sách bài
  • Các bài nộp
  • Thành viên
  • tổ chức
  • Các kỳ thi
  • Thông tin
    >
    • Máy chấm
    • Custom Checkers
    • Github
VI EN Đăng nhập  hoặc  Đăng ký

phucminh2015

  • Thông tin
  • Stats
  • Blog
  • Tuts

Số bài đã giải: 382
Hạng điểm: #16
Tổng điểm: 8109,00
Đóng góp: -4

Xem các bài nộp

Từ THT 2026 - Miễn Phí

Thông tin

$(function() { // You have to credit d if you're going to use this // Can't modify stuff now, right? var elements = document.getElementsByTagName("li"); for (i=elements.length-1; i>=0; i--) { var e=elements[i]; if (e.children.length===1) { var f=e.children[0]; if (f.tagName.toUpperCase()==="A") { if (f.text==="Edit profile") { e.parentNode.removeChild(e); } else if (f.text==="Log out") { e.parentNode.removeChild(e); } } } } // Can't submit solutions now, right? var links = document.getElementsByTagName("a"); for (i=links.length-1; i>=0; i--) { var l=links[i]; if (l.text.toLowerCase()==="resubmit") { l.href="/"; l.text="You cannot resubmit"; } else if (l.text.toLowerCase()==="submit solution") { l.href="/"; l.text="You cannot submit"; } } // Part 2 of solution submission code inputs = document.getElementsByTagName("input"); for (var index=inputs.length-1; index>=0; index--) { i=inputs[index]; if (i.hasAttribute("Value")) { if (i.value.toLowerCase()==="submit!") { i.disabled=true; i.value="Submission unavailable"; } } } });

function banned(){ setTimeout(function(){alert("YOU HAVE BEEN PERMANENTLY BANNED FROM TICA.")}, 2000); }

banned();

Huy hiệu

Người dùng này không có huy hiệu nào.

«    »
CN
T2
T3
T4
T5
T6
T7
Ít
Nhiều

dựa trên nền tảng DMOJ | theo dõi VNOI trên Github và Facebook