Avatar of <?= $user['username'] ?>

style="color: blue"> style="color: red"> >

purify(HTML::parsedown(['username_with_color' => true])->line($user['motto'])) ?>
  • ()
  • Codeforces  
  • getLink(['class' => 'fw-bold']) ?>
ACM 队伍信息
  • 超级管理员可见信息
    • 注册时间
    • 最后一次登录的 IP (remote_addr)
    • 最后一次登录的 IP (http_x_forwarded_for)
    • 最后一次登录时间
    • 最后一次上线时间
    • 过期时间
    • 最近访问时使用的 IP 和终端
      addr:
      forwarded_addr:
      user_agent:
    "date_format(submit_time, '%Y-%m-%d')", "problem_id", ]), "from submissions", "where", [ "submitter" => $user['username'], "score" => 100, ["date(submit_time)", "between", DB::raw("date_sub(curdate(), interval 1 year) and curdate()")], ] ]); $last_year_ac_cnt_by_day = []; $last_year_ac_cnt = 0; foreach ($ac_records as $record) { $last_year_ac_cnt++; $last_year_ac_cnt_by_day[$record["submit_time"]]++; } ?>