{"id":8774,"date":"2026-08-29T08:07:05","date_gmt":"2026-08-29T08:07:05","guid":{"rendered":"https:\/\/wpu.edu.sy\/wpus\/?page_id=8774"},"modified":"2026-08-29T08:12:22","modified_gmt":"2026-08-29T08:12:22","slug":"contest-history","status":"publish","type":"page","link":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/","title":{"rendered":"Contest History"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8774\" class=\"elementor elementor-8774\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e1c42d e-flex e-con-boxed e-con e-parent\" data-id=\"2e1c42d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-95518a4 elementor-widget elementor-widget-shortcode\" data-id=\"95518a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- WPU Competitive Programming Header - English -->\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@500;600;700;800&family=Inter:wght@500;600;700;800&display=swap');\r\n\r\n:root{\r\n  --wpu-cp-navy:#06172c;\r\n  --wpu-cp-cyan:#20c6e8;\r\n  --wpu-cp-gold:#f4b619;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   HEADER RESET\r\n================================================== *\/\r\n\r\n.wpu-cp-header,\r\n.wpu-cp-header *{\r\n  box-sizing:border-box;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   FIXED HEADER\r\n================================================== *\/\r\n\r\n.wpu-cp-header{\r\n  position:fixed !important;\r\n\r\n  top:0;\r\n  right:0;\r\n  left:0;\r\n\r\n  width:100%;\r\n\r\n  z-index:999999;\r\n\r\n  background:rgba(6,23,44,.96);\r\n\r\n  backdrop-filter:blur(14px);\r\n  -webkit-backdrop-filter:blur(14px);\r\n\r\n  border-bottom:1px solid rgba(255,255,255,.08);\r\n\r\n  box-shadow:\r\n    0 7px 26px rgba(0,0,0,.10);\r\n\r\n  font-family:\"Inter\",\"Cairo\",sans-serif;\r\n}\r\n\r\n\r\n\/* WordPress admin bar - desktop *\/\r\n\r\nbody.admin-bar .wpu-cp-header{\r\n  top:32px;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   SPACE RESERVED FOR FIXED HEADER\r\n================================================== *\/\r\n\r\n.wpu-cp-header-spacer{\r\n  display:block;\r\n\r\n  width:100%;\r\n  height:74px;\r\n\r\n  margin:0;\r\n  padding:0;\r\n\r\n  pointer-events:none;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   INNER HEADER\r\n================================================== *\/\r\n\r\n.wpu-cp-header-wrap{\r\n  width:min(1220px,calc(100% - 32px));\r\n\r\n  min-height:74px;\r\n\r\n  margin:auto;\r\n\r\n  display:flex;\r\n\r\n  align-items:center;\r\n\r\n  gap:24px;\r\n}\r\n\r\n\r\n.wpu-cp-header a{\r\n  text-decoration:none;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   BRAND\r\n================================================== *\/\r\n\r\n.wpu-cp-brand{\r\n  display:flex;\r\n\r\n  align-items:center;\r\n\r\n  gap:11px;\r\n\r\n  min-width:max-content;\r\n\r\n  color:inherit;\r\n}\r\n\r\n\r\n.wpu-cp-brand-icon{\r\n  width:42px;\r\n  height:42px;\r\n\r\n  border-radius:12px;\r\n\r\n  display:grid;\r\n  place-items:center;\r\n\r\n  font:bold 15px monospace;\r\n\r\n  color:var(--wpu-cp-cyan);\r\n\r\n  border:\r\n    1px solid\r\n    rgba(32,198,232,.28);\r\n\r\n  background:\r\n    linear-gradient(\r\n      145deg,\r\n      rgba(32,198,232,.14),\r\n      rgba(244,182,25,.13)\r\n    );\r\n\r\n  animation:\r\n    wpuCpHeaderFloat\r\n    4.8s\r\n    ease-in-out\r\n    infinite;\r\n}\r\n\r\n\r\n@keyframes wpuCpHeaderFloat{\r\n\r\n  0%,100%{\r\n    transform:translateY(0);\r\n  }\r\n\r\n  50%{\r\n    transform:translateY(-3px);\r\n  }\r\n\r\n}\r\n\r\n\r\n.wpu-cp-brand-text strong{\r\n  display:block;\r\n\r\n  color:#fff;\r\n\r\n  font-size:14px;\r\n\r\n  line-height:1.2;\r\n\r\n  font-weight:800;\r\n}\r\n\r\n\r\n.wpu-cp-brand-text small{\r\n  display:block;\r\n\r\n  color:#8fa8ba;\r\n\r\n  font-size:10px;\r\n\r\n  margin-top:3px;\r\n\r\n  font-weight:600;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   NAVIGATION\r\n================================================== *\/\r\n\r\n.wpu-cp-nav{\r\n  flex:1;\r\n\r\n  display:flex;\r\n\r\n  align-items:center;\r\n\r\n  justify-content:center;\r\n\r\n  gap:2px;\r\n}\r\n\r\n\r\n.wpu-cp-nav a{\r\n  color:#d4e0e9;\r\n\r\n  font-size:11.5px;\r\n\r\n  font-weight:600;\r\n\r\n  padding:10px 9px;\r\n\r\n  border-radius:9px;\r\n\r\n  white-space:nowrap;\r\n\r\n  transition:\r\n    background .2s ease,\r\n    color .2s ease,\r\n    transform .2s ease;\r\n}\r\n\r\n\r\n.wpu-cp-nav a:hover,\r\n.wpu-cp-nav a[aria-current=\"page\"]{\r\n\r\n  background:\r\n    rgba(255,255,255,.07);\r\n\r\n  color:#fff;\r\n}\r\n\r\n\r\n.wpu-cp-nav a:hover{\r\n  transform:\r\n    translateY(-1px);\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   ACTIONS\r\n================================================== *\/\r\n\r\n.wpu-cp-header-actions{\r\n  display:flex;\r\n\r\n  align-items:center;\r\n\r\n  gap:7px;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   LANGUAGE SWITCH\r\n================================================== *\/\r\n\r\n.wpu-cp-lang-switch{\r\n  min-width:48px;\r\n\r\n  height:38px;\r\n\r\n  padding:0 12px;\r\n\r\n  border:0;\r\n\r\n  border-radius:9px;\r\n\r\n  display:inline-flex;\r\n\r\n  align-items:center;\r\n\r\n  justify-content:center;\r\n\r\n  background:\r\n    var(--wpu-cp-gold);\r\n\r\n  color:\r\n    var(--wpu-cp-navy);\r\n\r\n  font-family:\"Cairo\",\"Inter\",sans-serif;\r\n\r\n  font-size:12px;\r\n\r\n  font-weight:800;\r\n\r\n  line-height:1;\r\n\r\n  transition:\r\n    transform .2s ease,\r\n    box-shadow .2s ease;\r\n}\r\n\r\n\r\n.wpu-cp-lang-switch:hover{\r\n\r\n  transform:\r\n    translateY(-1px);\r\n\r\n  box-shadow:\r\n    0 8px 20px\r\n    rgba(244,182,25,.22);\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   MOBILE MENU BUTTON\r\n================================================== *\/\r\n\r\n.wpu-cp-menu-btn{\r\n  display:none;\r\n\r\n  width:40px;\r\n\r\n  height:38px;\r\n\r\n  padding:0;\r\n\r\n  border-radius:9px;\r\n\r\n  border:\r\n    1px solid\r\n    rgba(255,255,255,.14);\r\n\r\n  background:transparent;\r\n\r\n  color:#fff;\r\n\r\n  cursor:pointer;\r\n\r\n  font:\r\n    700\r\n    18px\/1\r\n    Arial,\r\n    sans-serif;\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   COMPACT DESKTOP\r\n================================================== *\/\r\n\r\n@media(max-width:1120px){\r\n\r\n  .wpu-cp-nav a{\r\n\r\n    font-size:10.5px;\r\n\r\n    padding-inline:7px;\r\n\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   TABLET \/ MOBILE MENU\r\n================================================== *\/\r\n\r\n@media(max-width:1020px){\r\n\r\n  .wpu-cp-menu-btn{\r\n\r\n    display:grid;\r\n\r\n    place-items:center;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-nav{\r\n\r\n    position:fixed;\r\n\r\n    top:74px;\r\n\r\n    right:16px;\r\n    left:16px;\r\n\r\n    display:none;\r\n\r\n    flex-direction:column;\r\n\r\n    align-items:stretch;\r\n\r\n    padding:13px;\r\n\r\n    border:\r\n      1px solid\r\n      rgba(255,255,255,.10);\r\n\r\n    border-radius:15px;\r\n\r\n    background:#06172c;\r\n\r\n    box-shadow:\r\n      0 22px 45px\r\n      rgba(0,0,0,.22);\r\n\r\n    z-index:1000000;\r\n  }\r\n\r\n\r\n  body.admin-bar .wpu-cp-nav{\r\n    top:106px;\r\n  }\r\n\r\n\r\n  .wpu-cp-nav.is-open{\r\n    display:flex;\r\n  }\r\n\r\n\r\n  .wpu-cp-nav a{\r\n\r\n    font-size:13px;\r\n\r\n    padding:\r\n      11px 12px;\r\n\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   WORDPRESS MOBILE ADMIN BAR\r\n================================================== *\/\r\n\r\n@media(max-width:782px){\r\n\r\n  body.admin-bar .wpu-cp-header{\r\n    top:46px;\r\n  }\r\n\r\n\r\n  body.admin-bar .wpu-cp-nav{\r\n    top:120px;\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   SMALL MOBILE\r\n================================================== *\/\r\n\r\n@media(max-width:560px){\r\n\r\n  .wpu-cp-header-wrap{\r\n\r\n    width:\r\n      calc(100% - 20px);\r\n\r\n    gap:10px;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-brand{\r\n\r\n    margin-inline-end:auto;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-brand-icon{\r\n\r\n    width:38px;\r\n    height:38px;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-brand-text strong{\r\n\r\n    font-size:10.5px;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-brand-text small{\r\n\r\n    display:none;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-lang-switch{\r\n\r\n    min-width:44px;\r\n\r\n    padding:\r\n      0 9px;\r\n\r\n  }\r\n\r\n}\r\n\r\n\r\n\/* ==================================================\r\n   REDUCED MOTION\r\n================================================== *\/\r\n\r\n@media(prefers-reduced-motion:reduce){\r\n\r\n  .wpu-cp-brand-icon{\r\n\r\n    animation:none;\r\n\r\n  }\r\n\r\n\r\n  .wpu-cp-nav a,\r\n  .wpu-cp-lang-switch{\r\n\r\n    transition:none;\r\n\r\n  }\r\n\r\n}\r\n\r\n<\/style>\r\n\r\n\r\n\r\n<!-- ==================================================\r\n     HEADER\r\n================================================== -->\r\n\r\n<header\r\n  class=\"wpu-cp-header\"\r\n  data-wpu-cp-header\r\n  dir=\"ltr\"\r\n  lang=\"en\"\r\n>\r\n\r\n  <div class=\"wpu-cp-header-wrap\">\r\n\r\n\r\n    <!-- ================= BRAND ================= -->\r\n\r\n    <a\r\n      class=\"wpu-cp-brand\"\r\n      href=\"https:\/\/wpu.edu.sy\/wpus\/en\/wpu-sypuscpc-en\/\"\r\n      aria-label=\"WPU Competitive Programming\"\r\n    >\r\n\r\n      <div\r\n        class=\"wpu-cp-brand-icon\"\r\n        aria-hidden=\"true\"\r\n      >\r\n        &lt;\/&gt;\r\n      <\/div>\r\n\r\n\r\n      <div class=\"wpu-cp-brand-text\">\r\n\r\n        <strong>\r\n          Al-Wataniya Private University\r\n        <\/strong>\r\n\r\n        <small>\r\n          WPU SYPUSCPC\r\n        <\/small>\r\n\r\n      <\/div>\r\n\r\n    <\/a>\r\n\r\n\r\n\r\n    <!-- ================= NAVIGATION ================= -->\r\n\r\n    <nav\r\n      class=\"wpu-cp-nav\"\r\n      aria-label=\"Main navigation\"\r\n    >\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/wpu-sypuscpc-en\/\"\r\n      >\r\n        Home\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/about-the-programming-contest\/\"\r\n      >\r\n        About the Contest\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/\"\r\n      >\r\n        Contest History\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/wpu-journey\/\"\r\n      >\r\n        WPU Journey\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/golden-record\/\"\r\n      >\r\n        Golden Record\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/seasons\/\"\r\n      >\r\n        Seasons\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/teams-coaches\/\"\r\n      >\r\n        Teams &amp; Coaches\r\n      <\/a>\r\n\r\n\r\n      <a\r\n        data-nav-path\r\n        href=\"https:\/\/wpu.edu.sy\/wpus\/en\/media-news\/\"\r\n      >\r\n        Media &amp; News\r\n      <\/a>\r\n\r\n    <\/nav>\r\n\r\n\r\n\r\n    <!-- ================= ACTIONS ================= -->\r\n\r\n    <div class=\"wpu-cp-header-actions\">\r\n\r\n\r\n      <!-- LANGUAGE -->\r\n\r\n      <a\r\n        class=\"wpu-cp-lang-switch\"\r\n        data-target-lang=\"ar\"\r\n        data-translation-url=\"\"\r\n        href=\"\/wpus\/programming-contest\/\"\r\n        hreflang=\"ar\"\r\n        lang=\"ar\"\r\n        aria-label=\"\u0627\u0644\u0646\u0633\u062e\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629\"\r\n      >\r\n        AR\r\n      <\/a>\r\n\r\n\r\n      <!-- MOBILE MENU -->\r\n\r\n      <button\r\n        class=\"wpu-cp-menu-btn\"\r\n        type=\"button\"\r\n        aria-label=\"Open menu\"\r\n        aria-expanded=\"false\"\r\n      >\r\n        \u2630\r\n      <\/button>\r\n\r\n\r\n    <\/div>\r\n\r\n  <\/div>\r\n\r\n<\/header>\r\n\r\n\r\n\r\n<!-- ==================================================\r\n     HEADER PLACEHOLDER\r\n================================================== -->\r\n\r\n<div\r\n  class=\"wpu-cp-header-spacer\"\r\n  aria-hidden=\"true\"\r\n><\/div>\r\n\r\n\r\n\r\n<script>\r\n(function(){\r\n\r\n  const header =\r\n    document.querySelector(\r\n      \".wpu-cp-header[data-wpu-cp-header]\"\r\n    );\r\n\r\n  if(\r\n    !header ||\r\n    header.dataset.ready === \"1\"\r\n  ){\r\n    return;\r\n  }\r\n\r\n\r\n  header.dataset.ready = \"1\";\r\n\r\n\r\n  const menuButton =\r\n    header.querySelector(\r\n      \".wpu-cp-menu-btn\"\r\n    );\r\n\r\n\r\n  const nav =\r\n    header.querySelector(\r\n      \".wpu-cp-nav\"\r\n    );\r\n\r\n\r\n  const langLink =\r\n    header.querySelector(\r\n      \".wpu-cp-lang-switch\"\r\n    );\r\n\r\n\r\n  \/* ==================================================\r\n     MOBILE MENU\r\n  ================================================== *\/\r\n\r\n  if(\r\n    menuButton &&\r\n    nav\r\n  ){\r\n\r\n    menuButton.addEventListener(\r\n      \"click\",\r\n      function(){\r\n\r\n        const open =\r\n          nav.classList.toggle(\r\n            \"is-open\"\r\n          );\r\n\r\n\r\n        menuButton.setAttribute(\r\n          \"aria-expanded\",\r\n          open ? \"true\" : \"false\"\r\n        );\r\n\r\n      }\r\n    );\r\n\r\n\r\n    nav\r\n      .querySelectorAll(\"a\")\r\n      .forEach(function(link){\r\n\r\n        link.addEventListener(\r\n          \"click\",\r\n          function(){\r\n\r\n            nav.classList.remove(\r\n              \"is-open\"\r\n            );\r\n\r\n\r\n            menuButton.setAttribute(\r\n              \"aria-expanded\",\r\n              \"false\"\r\n            );\r\n\r\n          }\r\n        );\r\n\r\n      });\r\n\r\n  }\r\n\r\n\r\n\r\n  \/* ==================================================\r\n     ACTIVE MENU ITEM\r\n  ================================================== *\/\r\n\r\n  const currentPath =\r\n    (\r\n      window.location.pathname\r\n        .replace(\/\\\/+$\/,\"\")\r\n      ||\r\n      \"\/\"\r\n    );\r\n\r\n\r\n  nav\r\n    ?.querySelectorAll(\r\n      \"a[data-nav-path]\"\r\n    )\r\n    .forEach(function(link){\r\n\r\n      const raw =\r\n        link.getAttribute(\"href\")\r\n        ||\r\n        \"\";\r\n\r\n\r\n      if(\r\n        !raw ||\r\n        raw === \"#\"\r\n      ){\r\n        return;\r\n      }\r\n\r\n\r\n      try{\r\n\r\n        const linkPath =\r\n          (\r\n            new URL(\r\n              raw,\r\n              window.location.origin\r\n            )\r\n            .pathname\r\n            .replace(\/\\\/+$\/,\"\")\r\n            ||\r\n            \"\/\"\r\n          );\r\n\r\n\r\n        if(\r\n          currentPath === linkPath\r\n        ){\r\n\r\n          link.setAttribute(\r\n            \"aria-current\",\r\n            \"page\"\r\n          );\r\n\r\n        }\r\n\r\n      }\r\n      catch(e){}\r\n\r\n    });\r\n\r\n\r\n\r\n  \/* ==================================================\r\n     LANGUAGE LINK\r\n     Priority:\r\n     1) Translation plugin \/ hreflang\r\n     2) data-translation-url\r\n     3) Explicit WPU contest page map\r\n     4) Safe microsite fallback\r\n  ================================================== *\/\r\n\r\n  if(langLink){\r\n\r\n    const targetLang =\r\n      (\r\n        langLink.dataset.targetLang\r\n        ||\r\n        \"\"\r\n      ).trim().toLowerCase();\r\n\r\n\r\n    \/* ----------------------------------------------\r\n       NORMALIZE PATH\r\n    ---------------------------------------------- *\/\r\n\r\n    function normalizeWpuCpPath(path){\r\n\r\n      let normalized =\r\n        path\r\n        ||\r\n        \"\/\";\r\n\r\n      try{\r\n        normalized =\r\n          decodeURIComponent(\r\n            normalized\r\n          );\r\n      }\r\n      catch(e){}\r\n\r\n      normalized =\r\n        normalized.replace(\r\n          \/\\\/+$\/,\r\n          \"\"\r\n        );\r\n\r\n      return normalized || \"\/\";\r\n\r\n    }\r\n\r\n\r\n    \/* ----------------------------------------------\r\n       1) TRANSLATION PLUGIN \/ HREFLANG\r\n\r\n       Most multilingual WordPress plugins expose the\r\n       translated page through <link rel=\"alternate\"\r\n       hreflang=\"...\"> or an <a hreflang=\"...\"> link.\r\n    ---------------------------------------------- *\/\r\n\r\n    function getPluginTranslationUrl(lang){\r\n\r\n      if(!lang){\r\n        return \"\";\r\n      }\r\n\r\n      const wanted =\r\n        lang.toLowerCase();\r\n\r\n      const candidates =\r\n        Array.from(\r\n          document.querySelectorAll(\r\n            'link[rel=\"alternate\"][hreflang][href], a[hreflang][href]'\r\n          )\r\n        );\r\n\r\n      for(const item of candidates){\r\n\r\n        if(item === langLink){\r\n          continue;\r\n        }\r\n\r\n        const hreflang =\r\n          (\r\n            item.getAttribute(\r\n              \"hreflang\"\r\n            )\r\n            ||\r\n            \"\"\r\n          )\r\n          .trim()\r\n          .toLowerCase();\r\n\r\n        const baseLang =\r\n          hreflang.split(\"-\")[0];\r\n\r\n        if(\r\n          hreflang === wanted\r\n          ||\r\n          baseLang === wanted\r\n        ){\r\n\r\n          const href =\r\n            (\r\n              item.getAttribute(\r\n                \"href\"\r\n              )\r\n              ||\r\n              \"\"\r\n            ).trim();\r\n\r\n          if(\r\n            href\r\n            &&\r\n            href !== \"#\"\r\n          ){\r\n            return href;\r\n          }\r\n\r\n        }\r\n\r\n      }\r\n\r\n      return \"\";\r\n\r\n    }\r\n\r\n\r\n    \/* ----------------------------------------------\r\n       2) EXPLICIT URL ON THE BUTTON\r\n    ---------------------------------------------- *\/\r\n\r\n    const explicit =\r\n      (\r\n        langLink.dataset.translationUrl\r\n        ||\r\n        \"\"\r\n      ).trim();\r\n\r\n\r\n    \/* ----------------------------------------------\r\n       3) EXPLICIT PAGE PAIRS\r\n    ---------------------------------------------- *\/\r\n\r\n    const translationPairs = {\r\n\r\n      \"\/wpus\/programming-contest\":\r\n        \"\/en\/wpus\/programming-contest\",\r\n\r\n      \"\/wpus\/programming-contest\/about\":\r\n        \"\/en\/wpus\/programming-contest\/about\",\r\n\r\n      \"\/wpus\/programming-contest\/history\":\r\n        \"\/en\/wpus\/programming-contest\/history\",\r\n\r\n      \"\/wpus\/programming-contest\/wpu-journey\":\r\n        \"\/en\/wpus\/programming-contest\/wpu-journey\",\r\n\r\n      \"\/wpus\/programming-contest\/golden-record\":\r\n        \"\/en\/wpus\/programming-contest\/golden-record\",\r\n\r\n      \"\/wpus\/programming-contest\/seasons\":\r\n        \"\/en\/wpus\/programming-contest\/seasons\",\r\n\r\n      \"\/wpus\/programming-contest\/teams-training\":\r\n        \"\/en\/wpus\/programming-contest\/teams-training\",\r\n\r\n      \"\/wpus\/programming-contest\/media-news\":\r\n        \"\/en\/wpus\/programming-contest\/media-news\",\r\n\r\n      \"\/wpus\/programming-contest\/training-selection\":\r\n        \"\/en\/wpus\/programming-contest\/training-selection\",\r\n\r\n      \"\/wpus\/programming-contest\/sypucpc\":\r\n        \"\/en\/wpus\/programming-contest\/sypucpc\",\r\n\r\n      \"\/wpus\/programming-contest\/scpc\":\r\n        \"\/en\/wpus\/programming-contest\/scpc\",\r\n\r\n      \"\/wpus\/programming-contest\/acpc\":\r\n        \"\/en\/wpus\/programming-contest\/acpc\",\r\n\r\n      \"\/wpus\/programming-contest\/icpc\":\r\n        \"\/en\/wpus\/programming-contest\/icpc\",\r\n\r\n      \"\/wpus\/programming-contest\/history\/2021\":\r\n        \"\/en\/wpus\/programming-contest\/history\/2021\",\r\n\r\n      \"\/wpus\/programming-contest\/history\/2022\":\r\n        \"\/en\/wpus\/programming-contest\/history\/2022\",\r\n\r\n      \"\/wpus\/programming-contest\/history\/2023\":\r\n        \"\/en\/wpus\/programming-contest\/history\/2023\",\r\n\r\n      \"\/wpus\/programming-contest\/history\/2024\":\r\n        \"\/en\/wpus\/programming-contest\/history\/2024\",\r\n\r\n      \"\/wpus\/programming-contest\/history\/2025\":\r\n        \"\/en\/wpus\/programming-contest\/history\/2025\",\r\n\r\n      \"\/wpus\/programming-contest\/history\/2026\":\r\n        \"\/en\/wpus\/programming-contest\/history\/2026\"\r\n\r\n    };\r\n\r\n\r\n    function getMappedTranslationUrl(lang){\r\n\r\n      const current =\r\n        normalizeWpuCpPath(\r\n          window.location.pathname\r\n        );\r\n\r\n      if(lang === \"en\"){\r\n\r\n        const mapped =\r\n          translationPairs[current];\r\n\r\n        return mapped\r\n          ?\r\n          mapped + \"\/\"\r\n          :\r\n          \"\";\r\n\r\n      }\r\n\r\n\r\n      if(lang === \"ar\"){\r\n\r\n        for(\r\n          const arabicPath\r\n          in translationPairs\r\n        ){\r\n\r\n          const englishPath =\r\n            translationPairs[\r\n              arabicPath\r\n            ];\r\n\r\n          if(\r\n            normalizeWpuCpPath(\r\n              englishPath\r\n            )\r\n            === current\r\n          ){\r\n\r\n            return arabicPath + \"\/\";\r\n\r\n          }\r\n\r\n        }\r\n\r\n      }\r\n\r\n      return \"\";\r\n\r\n    }\r\n\r\n\r\n    \/* ----------------------------------------------\r\n       4) SAFE FALLBACK INSIDE THIS MICROSITE ONLY\r\n    ---------------------------------------------- *\/\r\n\r\n    function getMicrositeFallback(lang){\r\n\r\n      let path =\r\n        normalizeWpuCpPath(\r\n          window.location.pathname\r\n        );\r\n\r\n      const arabicRoot =\r\n        \"\/wpus\/programming-contest\";\r\n\r\n      const englishRoot =\r\n        \"\/en\/wpus\/programming-contest\";\r\n\r\n\r\n      if(\r\n        lang === \"en\"\r\n        &&\r\n        (\r\n          path === arabicRoot\r\n          ||\r\n          path.startsWith(\r\n            arabicRoot + \"\/\"\r\n          )\r\n        )\r\n      ){\r\n\r\n        return (\r\n          \"\/en\" +\r\n          path +\r\n          \"\/\"\r\n        );\r\n\r\n      }\r\n\r\n\r\n      if(\r\n        lang === \"ar\"\r\n        &&\r\n        (\r\n          path === englishRoot\r\n          ||\r\n          path.startsWith(\r\n            englishRoot + \"\/\"\r\n          )\r\n        )\r\n      ){\r\n\r\n        return (\r\n          path.replace(\r\n            \/^\\\/en(?=\\\/|$)\/,\r\n            \"\"\r\n          )\r\n          +\r\n          \"\/\"\r\n        );\r\n\r\n      }\r\n\r\n\r\n      return \"\";\r\n\r\n    }\r\n\r\n\r\n    const pluginUrl =\r\n      getPluginTranslationUrl(\r\n        targetLang\r\n      );\r\n\r\n\r\n    const mappedUrl =\r\n      getMappedTranslationUrl(\r\n        targetLang\r\n      );\r\n\r\n\r\n    const fallbackUrl =\r\n      getMicrositeFallback(\r\n        targetLang\r\n      );\r\n\r\n\r\n    const finalUrl =\r\n      pluginUrl\r\n      ||\r\n      explicit\r\n      ||\r\n      mappedUrl\r\n      ||\r\n      fallbackUrl;\r\n\r\n\r\n    if(finalUrl){\r\n\r\n      langLink.href =\r\n        finalUrl;\r\n\r\n      langLink.removeAttribute(\r\n        \"aria-disabled\"\r\n      );\r\n\r\n      langLink.style.display = \"\";\r\n\r\n    }\r\n\r\n    else{\r\n\r\n      \/* No confirmed translation exists *\/\r\n      langLink.removeAttribute(\r\n        \"href\"\r\n      );\r\n\r\n      langLink.setAttribute(\r\n        \"aria-disabled\",\r\n        \"true\"\r\n      );\r\n\r\n      langLink.style.display =\r\n        \"none\";\r\n\r\n    }\r\n\r\n  }\r\n\r\n\r\n\r\n  \/* ==================================================\r\n     CLOSE MOBILE MENU WHEN SCREEN BECOMES DESKTOP\r\n  ================================================== *\/\r\n\r\n  window.addEventListener(\r\n    \"resize\",\r\n    function(){\r\n\r\n      if(\r\n        window.innerWidth > 1020 &&\r\n        nav\r\n      ){\r\n\r\n        nav.classList.remove(\r\n          \"is-open\"\r\n        );\r\n\r\n\r\n        menuButton\r\n          ?.setAttribute(\r\n            \"aria-expanded\",\r\n            \"false\"\r\n          );\r\n\r\n      }\r\n\r\n    }\r\n  );\r\n\r\n\r\n})();\r\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b05c79 e-con-full e-flex e-con e-parent\" data-id=\"0b05c79\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ed42ebb elementor-widget elementor-widget-html\" data-id=\"ed42ebb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- WPU Competition History Prototype - English -->\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@600;700;800&display=swap');\r\n:root{--n:#06172c;--n2:#0a3156;--b:#0f5f9f;--c:#20c6e8;--g:#f4b619;--g2:#ffd86b;--t:#173149;--m:#74899a;--l:#dce7ef}\r\n.wph,.wph *{box-sizing:border-box}.wph{margin:0!important;background:#fff;color:var(--t);font-family:\"Inter\",\"Cairo\",sans-serif}.wph-wrap{width:min(1180px,calc(100% - 32px));margin:auto}\r\n.wph-hero{position:relative;overflow:hidden;padding:74px 0 68px;color:#fff;background:radial-gradient(circle at 12% 18%,rgba(32,198,232,.12),transparent 28%),radial-gradient(circle at 88% 78%,rgba(244,182,25,.10),transparent 27%),linear-gradient(135deg,var(--n),#082844 56%,var(--n2))}.wph-hero:before{content:\"\";position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:38px 38px}.wph-sym span{position:absolute;color:rgba(255,255,255,.06);font:bold 24px\/1 monospace;animation:float 7s ease-in-out infinite}.wph-sym span:nth-child(1){top:16%;left:7%}.wph-sym span:nth-child(2){top:26%;right:8%;animation-delay:-2s}.wph-sym span:nth-child(3){bottom:15%;left:13%;animation-delay:-4s}.wph-sym span:nth-child(4){bottom:18%;right:14%;animation-delay:-1s}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px) rotate(3deg)}}\r\n.wph-hero-in{position:relative;z-index:2;max-width:920px;margin:auto;text-align:center}.wph-k{color:#78e0f2;font-size:13px;font-weight:800}.wph-hero h1{margin:9px 0 0;font-size:clamp(36px,4.4vw,58px);line-height:1.45;font-weight:800}.wph-hero h1 em{color:var(--g);font-style:normal}.wph-title-main{color:var(--c)}.wph-hero p{max-width:800px;margin:16px auto 0;color:#b4c9d6;font-size:13px;line-height:2}.wph-mini{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-top:24px;direction:ltr}.wph-mini span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);font:800 9px\/1 Inter,sans-serif}.wph-mini i{color:var(--g);font-style:normal}\r\n.wph-sec{padding:60px 0}.wph-soft{background:linear-gradient(180deg,#f9fbfd,#f3f8fb)}.wph-dark{color:#fff;background:radial-gradient(circle at 10% 20%,rgba(32,198,232,.07),transparent 26%),linear-gradient(135deg,var(--n),#092a49)}\r\n.wph-note{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:24px 26px;border-radius:20px;background:linear-gradient(135deg,#fff9eb,#fff 62%);border:1px solid rgba(244,182,25,.32);box-shadow:0 10px 28px rgba(7,27,51,.045)}.wph-note-i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(145deg,var(--g2),var(--g));color:#674d00;font:bold 15px monospace}.wph-note h2{margin:0;color:var(--n);font-size:17px}.wph-note p{margin:7px 0 0;color:#748999;font-size:11px;line-height:2}\r\n.wph-head{max-width:850px;margin:0 auto 35px;text-align:center}.wph-head span{color:var(--b);font-size:12px;font-weight:800}.wph-dark .wph-head span{color:#73def1}.wph-head h2{margin:7px 0 0;color:var(--n);font-size:clamp(28px,3.2vw,42px);line-height:1.5;font-weight:800}.wph-dark .wph-head h2{color:#fff}.wph-head h2 em{color:var(--g);font-style:normal}.wph-head p{max-width:750px;margin:11px auto 0;color:var(--m);font-size:11.5px;line-height:2}.wph-dark .wph-head p{color:#9eb4c5}\r\n.wph-time{position:relative;display:grid;grid-template-columns:repeat(7,1fr);gap:10px}.wph-time:before{content:\"\";position:absolute;top:34px;right:4%;left:4%;height:2px;background:linear-gradient(90deg,var(--g),var(--c),var(--b));opacity:.55}.wph-y{position:relative;z-index:2;text-align:center}.wph-node{width:68px;height:68px;display:grid;place-items:center;margin:auto;border-radius:50%;background:#fff;border:3px solid #dce8ef;color:var(--b);font:800 12px\/1 Inter,sans-serif;box-shadow:0 10px 24px rgba(7,27,51,.08);transition:.25s}.wph-y:hover .wph-node{transform:translateY(-5px) scale(1.04);border-color:rgba(32,198,232,.55)}.wph-y.pre .wph-node{background:#fffaf0;border-color:rgba(244,182,25,.55);color:#735600;font-size:9px}.wph-y h3{margin:12px 0 0;color:var(--n);font-size:10.5px}.wph-y p{margin:5px 0 0;color:#8497a5;font-size:8.5px;line-height:1.7}\r\n.wph-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.wph-card{position:relative;overflow:hidden;min-height:330px;padding:26px 22px 24px;border-radius:21px;background:#fff;border:1px solid var(--l);box-shadow:0 12px 30px rgba(7,27,51,.045);transition:.25s}.wph-card:hover{transform:translateY(-7px);border-color:rgba(32,198,232,.3);box-shadow:0 19px 38px rgba(7,27,51,.09)}.wph-card:before{content:\"\";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,var(--g),var(--c))}.wph-card:after{content:\"{ }\";position:absolute;right:-8px;bottom:-22px;color:rgba(6,23,44,.03);font:bold 76px\/1 monospace}.wph-top{display:flex;justify-content:space-between}.wph-year{color:var(--b);font:800 30px Inter,sans-serif}.wph-code{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#eef6fa;color:#16839b;font:bold 12px monospace}.wph-card h3{margin:14px 0 0;color:var(--n);font-size:17px;line-height:1.7}.wph-card p{margin:8px 0 0;color:#788d9d;font-size:11.2px;line-height:1.95}.wph-data{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.wph-data div{padding:13px 11px;min-height:76px;border-radius:12px;background:#f7fafc;border:1px solid #e8eff4}.wph-data span{display:block;color:#8b9eac;font-size:9px;line-height:1.6}.wph-data strong{display:block;margin-top:7px;color:#29465d;font-size:11.3px;line-height:1.6}.wph-link{display:flex;justify-content:center;align-items:center;width:100%;min-height:44px;margin-top:18px;padding:10px 14px;border-radius:12px;background:var(--n);color:#fff;text-decoration:none;font-size:10.5px;font-weight:800;transition:.2s}.wph-link:hover{background:var(--b);transform:translateY(-2px)}\r\n\r\n.wph-wpu{display:grid;grid-template-columns:1fr .8fr;gap:20px;align-items:center}.wph-wpu h3{margin:0;color:var(--n);font-size:26px;line-height:1.65}.wph-wpu h3 em{color:var(--g);font-style:normal}.wph-wpu p{margin:10px 0 0;color:#738899;font-size:11px;line-height:2}.wph-route{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px;direction:ltr}.wph-route span{padding:7px 10px;border-radius:999px;background:#f4f8fb;border:1px solid #e2ebf1;color:#4d6679;font:800 8.5px Inter,sans-serif}.wph-route span:last-child{background:#fff5d9;color:#785900}.wph-btn{display:inline-flex;margin-top:18px;padding:11px 18px;border-radius:12px;background:var(--n);color:#fff;text-decoration:none;font-size:10px;font-weight:800}.wph-vis{position:relative;min-height:245px;display:grid;place-items:center;border-radius:22px;background:radial-gradient(circle at 50% 45%,rgba(244,182,25,.1),transparent 27%),linear-gradient(145deg,#07182d,#0a3154)}.wph-vis:before{content:\"<\/>\";color:rgba(255,255,255,.08);font:bold 84px monospace;animation:float 4s ease-in-out infinite}.wph-vis:after{content:\"2021 \u2192 2026\";position:absolute;bottom:20px;color:#ffd86b;font:800 12px Inter,sans-serif;direction:ltr}\r\n.wph-r{opacity:0;transform:translateY(22px);transition:opacity .65s,transform .65s}.wph-r.on{opacity:1;transform:none}@media(max-width:1050px){.wph-time{grid-template-columns:repeat(4,1fr);gap:24px 12px}.wph-time:before{display:none}.wph-cards{grid-template-columns:repeat(2,1fr)}.wph-wpu{grid-template-columns:1fr}}@media(max-width:680px){.wph-wrap{width:calc(100% - 20px)}.wph-note{grid-template-columns:1fr}.wph-time{grid-template-columns:repeat(2,1fr)}.wph-cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.wph-sym span,.wph-vis:before{animation:none!important}.wph-r{opacity:1!important;transform:none!important;transition:none!important}}\r\n<\/style>\r\n<section class=\"wph\" dir=\"ltr\" lang=\"en\">\r\n<div class=\"wph-hero\"><div class=\"wph-sym\" aria-hidden=\"true\"><span>&lt;\/&gt;<\/span><span>{ }<\/span><span>01<\/span><span>AC<\/span><\/div><div class=\"wph-wrap\"><div class=\"wph-hero-in\"><div class=\"wph-k\">Contest History<\/div><h1><span class=\"wph-title-main\">Programming Contest Archive<\/span> <em>From One Edition to the Next<\/em><\/h1><p>A chronological archive of the Syrian Private Universities Collegiate Programming Contest, currently focused on the years beginning with Al-Wataniya Private University\u2019s participation, while earlier editions will be documented progressively as reliable data and sources become available.<\/p><div class=\"wph-mini\"><span>BEFORE 2021<\/span><i>\u2192<\/i><span>2021<\/span><i>\u2192<\/i><span>2022<\/span><i>\u2192<\/i><span>2023<\/span><i>\u2192<\/i><span>2024<\/span><i>\u2192<\/i><span>2025<\/span><i>\u2192<\/i><span>2026<\/span><\/div><\/div><\/div><\/div>\r\n<div class=\"wph-sec\" style=\"padding-bottom:14px\"><div class=\"wph-wrap\"><div class=\"wph-note wph-r\"><div class=\"wph-note-i\">!<\/div><div><h2>Documentation Note<\/h2><p>The Syrian Private Universities Collegiate Programming Contest began before 2021. However, the archive currently presented here starts in 2021, the year from which Al-Wataniya Private University\u2019s participation is documented in the records available to us. This section will be expanded progressively to include earlier years whenever verifiable records, results, photographs, and other reliable sources become available.<\/p><\/div><\/div><\/div><\/div>\r\n<div class=\"wph-sec\"><div class=\"wph-wrap\"><header class=\"wph-head wph-r\"><span>Documented Archive<\/span><h2>From <em>Before 2021<\/em> to the Present<\/h2><p>This timeline represents the portion of the archive currently available and does not indicate the year in which the contest itself began.<\/p><\/header><div class=\"wph-time wph-r\">\r\n<article class=\"wph-y pre\"><div class=\"wph-node\">Before 2021<\/div><h3>Earlier Editions<\/h3><p>Documentation in Progress<\/p><\/article><article class=\"wph-y\"><div class=\"wph-node\">2021<\/div><h3>Beginning of the Current Archive<\/h3><p>Start of WPU Documentation<\/p><\/article><article class=\"wph-y\"><div class=\"wph-node\">2022<\/div><h3>Second Season<\/h3><p>Details from the Archive<\/p><\/article><article class=\"wph-y\"><div class=\"wph-node\">2023<\/div><h3>Third Season<\/h3><p>Details from the Archive<\/p><\/article><article class=\"wph-y\"><div class=\"wph-node\">2024<\/div><h3>Fourth Season<\/h3><p>Details from the Archive<\/p><\/article><article class=\"wph-y\"><div class=\"wph-node\">2025<\/div><h3>Fifth Season<\/h3><p>Details from the Archive<\/p><\/article><article class=\"wph-y\"><div class=\"wph-node\">2026<\/div><h3>Sixth Season<\/h3><p>A Major Milestone<\/p><\/article>\r\n<\/div><\/div><\/div>\r\n<div class=\"wph-sec wph-soft\"><div class=\"wph-wrap\"><header class=\"wph-head wph-r\"><span>Season by Season<\/span><h2>Detailed <em>Season Archive<\/em><\/h2><p>Each season serves as a dedicated archive for the host venue, participating universities and teams, results, qualified teams, WPU participation, photographs, and related documentation.<\/p><\/header><div class=\"wph-cards\">\r\n<article class=\"wph-card wph-r\"><div class=\"wph-top\"><div class=\"wph-year\">2021<\/div><div class=\"wph-code\">&lt;\/&gt;<\/div><\/div><h3>Season 2021<\/h3><p>The first season in the current archive of Al-Wataniya Private University\u2019s participation. The contest was held at two sites\u2014Al-Wataniya Private University and Al-Rasheed International University\u2014with 8 universities and 18 teams participating.<\/p><div class=\"wph-data\"><div><span>Host Sites<\/span><strong>Al-Wataniya Private University<br>Al-Rasheed International University<\/strong><\/div><div><span>Number of Universities<\/span><strong>8 Universities<\/strong><\/div><div><span>Number of Teams<\/span><strong>18 Teams<\/strong><\/div><div><span>Al-Wataniya Teams<\/span><strong>4 Teams<\/strong><\/div><\/div><a class=\"wph-link\" href=\"https:\/\/wpu.edu.sy\/wpus\/en\/2021-se\/\">Season 2021 Details \u2192<\/a><\/article>\r\n<article class=\"wph-card wph-r\"><div class=\"wph-top\"><div class=\"wph-year\">2022<\/div><div class=\"wph-code\">{ }<\/div><\/div><h3>Season 2022<\/h3><p>A new stage in the growth of participation and continued competitive presence.<\/p><div class=\"wph-data\"><div><span>Host University<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Universities<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Teams<\/span><strong>To Be Added<\/strong><\/div><div><span>WPU Ranking<\/span><strong>To Be Added<\/strong><\/div><\/div><a class=\"wph-link\" href=\"\/en\/wpus\/programming-contest\/history\/2022\/\">Season 2022 Details \u2192<\/a><\/article>\r\n<article class=\"wph-card wph-r\"><div class=\"wph-top\"><div class=\"wph-year\">2023<\/div><div class=\"wph-code\">01<\/div><\/div><h3>Season 2023<\/h3><p>A more advanced stage of competition and growing experience among participating teams.<\/p><div class=\"wph-data\"><div><span>Host University<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Universities<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Teams<\/span><strong>To Be Added<\/strong><\/div><div><span>WPU Ranking<\/span><strong>To Be Added<\/strong><\/div><\/div><a class=\"wph-link\" href=\"\/en\/wpus\/programming-contest\/history\/2023\/\">Season 2023 Details \u2192<\/a><\/article>\r\n<article class=\"wph-card wph-r\"><div class=\"wph-top\"><div class=\"wph-year\">2024<\/div><div class=\"wph-code\">AC<\/div><\/div><h3>Season 2024<\/h3><p>An important season in the development of the contest record and results.<\/p><div class=\"wph-data\"><div><span>Host University<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Universities<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Teams<\/span><strong>To Be Added<\/strong><\/div><div><span>WPU Ranking<\/span><strong>To Be Added<\/strong><\/div><\/div><a class=\"wph-link\" href=\"\/en\/wpus\/programming-contest\/history\/2024\/\">Season 2024 Details \u2192<\/a><\/article>\r\n<article class=\"wph-card wph-r\"><div class=\"wph-top\"><div class=\"wph-year\">2025<\/div><div class=\"wph-code\">++<\/div><\/div><h3>Season 2025<\/h3><p>An important stage in the accumulation of experience ahead of the 2026 milestone.<\/p><div class=\"wph-data\"><div><span>Host University<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Universities<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Teams<\/span><strong>To Be Added<\/strong><\/div><div><span>WPU Ranking<\/span><strong>To Be Added<\/strong><\/div><\/div><a class=\"wph-link\" href=\"\/en\/wpus\/programming-contest\/history\/2025\/\">Season 2025 Details \u2192<\/a><\/article>\r\n<article class=\"wph-card wph-r\"><div class=\"wph-top\"><div class=\"wph-year\">2026<\/div><div class=\"wph-code\">\ud83c\udfc6<\/div><\/div><h3>Season 2026<\/h3><p>A landmark season in Al-Wataniya Private University\u2019s participation, culminating in qualification for the global stage.<\/p><div class=\"wph-data\"><div><span>Host University<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Universities<\/span><strong>To Be Added<\/strong><\/div><div><span>Number of Teams<\/span><strong>To Be Added<\/strong><\/div><div><span>WPU Ranking<\/span><strong>To Be Added<\/strong><\/div><\/div><a class=\"wph-link\" href=\"\/en\/wpus\/programming-contest\/history\/2026\/\">Season 2026 Details \u2192<\/a><\/article>\r\n<\/div><\/div><\/div>\r\n<div class=\"wph-sec\"><div class=\"wph-wrap\"><div class=\"wph-wpu\"><div class=\"wph-r\"><h3>Al-Wataniya Private University Within This History: <em>A Distinct Journey Worth Documenting<\/em><\/h3><p>The Contest History page presents the broader view of each season, while the WPU Journey page documents the University\u2019s participation, achievements, trophies, and the teams that shaped this journey.<\/p><div class=\"wph-route\"><span>2021<\/span><span>2022<\/span><span>2023<\/span><span>2024<\/span><span>2025<\/span><span>2026<\/span><\/div><a class=\"wph-btn\" href=\"\/en\/wpus\/programming-contest\/wpu-journey\/\">Explore the Full WPU Journey \u2192<\/a><\/div><div class=\"wph-vis wph-r\"><\/div><\/div><\/div><\/div>\r\n<\/section>\r\n<script>(function(){const x=document.querySelectorAll('.wph .wph-r');if(!('IntersectionObserver'in window)){x.forEach(i=>i.classList.add('on'));return}const o=new IntersectionObserver(e=>e.forEach(v=>{if(v.isIntersecting){v.target.classList.add('on');o.unobserve(v.target)}}),{threshold:.12,rootMargin:'0px 0px -35px 0px'});x.forEach(i=>o.observe(i))})();<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e0490a4 e-con-full e-flex e-con e-parent\" data-id=\"e0490a4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13cc24e elementor-widget elementor-widget-shortcode\" data-id=\"13cc24e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><!-- WPU Competitive Programming Footer - Arabic -->\r\n\r\n<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');\r\n\r\n:root{\r\n  --wpu-cp-navy:#06172c;\r\n  --wpu-cp-blue:#0f5f9f;\r\n  --wpu-cp-cyan:#20c6e8;\r\n  --wpu-cp-gold:#f4b619;\r\n}\r\n\r\n.wpu-cp-footer,\r\n.wpu-cp-footer *{\r\n  box-sizing:border-box;\r\n}\r\n\r\n.wpu-cp-footer{\r\n  margin:0!important;\r\n  background:#06172c;\r\n  color:#9fb2c2;\r\n  font-family:\"Cairo\",sans-serif;\r\n  border-top:1px solid rgba(255,255,255,.07);\r\n}\r\n\r\n.wpu-cp-footer-wrap{\r\n  width:min(1240px,calc(100% - 32px));\r\n  margin:auto;\r\n}\r\n\r\n.wpu-cp-footer-main{\r\n  display:grid;\r\n  grid-template-columns:1.25fr .72fr .72fr 1fr;\r\n  gap:38px;\r\n  padding:48px 0 36px;\r\n}\r\n\r\n\/* =====================================================\r\n   BRAND\r\n===================================================== *\/\r\n\r\n.wpu-cp-footer-brand{\r\n  max-width:470px;\r\n}\r\n\r\n.wpu-cp-footer-logo{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:12px;\r\n}\r\n\r\n.wpu-cp-footer-logo-icon{\r\n  width:48px;\r\n  height:48px;\r\n  display:grid;\r\n  place-items:center;\r\n  flex:0 0 48px;\r\n  border-radius:13px;\r\n  background:\r\n    linear-gradient(\r\n      145deg,\r\n      rgba(32,198,232,.14),\r\n      rgba(244,182,25,.13)\r\n    );\r\n  border:1px solid rgba(32,198,232,.25);\r\n  color:var(--wpu-cp-cyan);\r\n  font:bold 16px\/1 monospace;\r\n}\r\n\r\n.wpu-cp-footer-logo-text strong{\r\n  display:block;\r\n  color:#fff;\r\n  font-size:16px;\r\n  line-height:1.45;\r\n  font-weight:800;\r\n}\r\n\r\n.wpu-cp-footer-logo-text small{\r\n  display:block;\r\n  margin-top:2px;\r\n  color:var(--wpu-cp-gold);\r\n  font:800 11px\/1.4 \"Inter\",\"Cairo\",sans-serif;\r\n  letter-spacing:.3px;\r\n}\r\n\r\n.wpu-cp-footer-description{\r\n  margin:17px 0 0;\r\n  color:#879fb2;\r\n  font-size:11px;\r\n  line-height:1.95;\r\n}\r\n\r\n.wpu-cp-footer-code{\r\n  display:inline-flex;\r\n  align-items:center;\r\n  gap:7px;\r\n  margin-top:15px;\r\n  padding:7px 10px;\r\n  border-radius:9px;\r\n  background:rgba(255,255,255,.04);\r\n  border:1px solid rgba(255,255,255,.07);\r\n  color:#9fc6d6;\r\n  font:700 9.5px\/1.4 \"Courier New\",monospace;\r\n  direction:ltr;\r\n}\r\n\r\n.wpu-cp-footer-code::before{\r\n  content:\">\";\r\n  color:var(--wpu-cp-gold);\r\n}\r\n\r\n\r\n\/* =====================================================\r\n   CONTACT\r\n===================================================== *\/\r\n\r\n.wpu-cp-footer-contact{\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:10px;\r\n  margin-top:20px;\r\n  padding-top:17px;\r\n  border-top:1px solid rgba(255,255,255,.07);\r\n}\r\n\r\n.wpu-cp-footer-contact-item{\r\n  display:flex;\r\n  align-items:flex-start;\r\n  gap:9px;\r\n  color:#819aab;\r\n  font-size:10px;\r\n  line-height:1.8;\r\n}\r\n\r\n.wpu-cp-footer-contact-icon{\r\n  display:grid;\r\n  place-items:center;\r\n  width:23px;\r\n  height:23px;\r\n  flex:0 0 23px;\r\n  margin-top:1px;\r\n  border-radius:7px;\r\n  background:rgba(32,198,232,.07);\r\n  border:1px solid rgba(32,198,232,.12);\r\n  color:var(--wpu-cp-cyan);\r\n}\r\n\r\n.wpu-cp-footer-contact-icon svg{\r\n  width:12px;\r\n  height:12px;\r\n  fill:none;\r\n  stroke:currentColor;\r\n  stroke-width:1.8;\r\n  stroke-linecap:round;\r\n  stroke-linejoin:round;\r\n}\r\n\r\n.wpu-cp-footer-contact-item a{\r\n  color:#9fc0ce;\r\n  text-decoration:none;\r\n  transition:color .2s ease;\r\n}\r\n\r\n.wpu-cp-footer-contact-item a:hover{\r\n  color:var(--wpu-cp-gold);\r\n}\r\n\r\n\r\n\/* =====================================================\r\n   COLUMNS\r\n===================================================== *\/\r\n\r\n.wpu-cp-footer-col h3{\r\n  position:relative;\r\n  margin:0;\r\n  padding-bottom:10px;\r\n  color:#fff;\r\n  font-size:13px;\r\n  font-weight:800;\r\n}\r\n\r\n.wpu-cp-footer-col h3::after{\r\n  content:\"\";\r\n  position:absolute;\r\n  bottom:0;\r\n  inset-inline-start:0;\r\n  width:34px;\r\n  height:2px;\r\n  border-radius:999px;\r\n  background:\r\n    linear-gradient(\r\n      90deg,\r\n      var(--wpu-cp-gold),\r\n      var(--wpu-cp-cyan)\r\n    );\r\n}\r\n\r\n.wpu-cp-footer-links{\r\n  display:flex;\r\n  flex-direction:column;\r\n  gap:8px;\r\n  margin-top:15px;\r\n}\r\n\r\n.wpu-cp-footer-links a{\r\n  display:inline-flex;\r\n  align-items:flex-start;\r\n  gap:7px;\r\n  width:max-content;\r\n  max-width:100%;\r\n  color:#8fa8ba;\r\n  text-decoration:none;\r\n  font-size:10.5px;\r\n  line-height:1.65;\r\n  transition:\r\n    color .2s ease,\r\n    transform .2s ease;\r\n}\r\n\r\n.wpu-cp-footer-links a::before{\r\n  content:\"\u2039\";\r\n  flex:0 0 auto;\r\n  margin-top:2px;\r\n  color:#4dbdd4;\r\n  font-size:13px;\r\n  line-height:1;\r\n}\r\n\r\n.wpu-cp-footer-links a:hover{\r\n  color:#fff;\r\n  transform:translateX(-3px);\r\n}\r\n\r\n\r\n\/* =====================================================\r\n   UNIVERSITY PLATFORMS\r\n===================================================== *\/\r\n\r\n.wpu-cp-platform-links a{\r\n  width:100%;\r\n  padding:8px 9px;\r\n  border-radius:8px;\r\n  background:rgba(255,255,255,.025);\r\n  border:1px solid transparent;\r\n  transition:\r\n    background .2s ease,\r\n    border-color .2s ease,\r\n    color .2s ease,\r\n    transform .2s ease;\r\n}\r\n\r\n.wpu-cp-platform-links a:hover{\r\n  background:rgba(32,198,232,.055);\r\n  border-color:rgba(32,198,232,.12);\r\n  color:#fff;\r\n}\r\n\r\n.wpu-cp-platform-links a::before{\r\n  color:var(--wpu-cp-gold);\r\n}\r\n\r\n\r\n\/* =====================================================\r\n   BOTTOM\r\n===================================================== *\/\r\n\r\n.wpu-cp-footer-bottom{\r\n  display:flex;\r\n  align-items:center;\r\n  justify-content:space-between;\r\n  gap:20px;\r\n  padding:18px 0 21px;\r\n  border-top:1px solid rgba(255,255,255,.07);\r\n  color:#6f899e;\r\n  font-size:9.5px;\r\n}\r\n\r\n.wpu-cp-footer-bottom a{\r\n  color:#8faabd;\r\n  text-decoration:none;\r\n  transition:color .2s ease;\r\n}\r\n\r\n.wpu-cp-footer-bottom a:hover{\r\n  color:var(--wpu-cp-gold);\r\n}\r\n\r\n.wpu-cp-footer-bottom-links{\r\n  display:flex;\r\n  align-items:center;\r\n  gap:15px;\r\n  flex-wrap:wrap;\r\n}\r\n\r\n\r\n\/* =====================================================\r\n   RESPONSIVE\r\n===================================================== *\/\r\n\r\n@media(max-width:1050px){\r\n\r\n  .wpu-cp-footer-main{\r\n    grid-template-columns:1.2fr 1fr 1fr;\r\n    gap:34px;\r\n  }\r\n\r\n  .wpu-cp-footer-brand{\r\n    grid-column:1 \/ -1;\r\n    max-width:650px;\r\n  }\r\n}\r\n\r\n@media(max-width:760px){\r\n\r\n  .wpu-cp-footer-main{\r\n    grid-template-columns:1fr 1fr;\r\n    gap:32px;\r\n  }\r\n\r\n  .wpu-cp-footer-brand{\r\n    grid-column:1 \/ -1;\r\n    max-width:none;\r\n  }\r\n}\r\n\r\n@media(max-width:600px){\r\n\r\n  .wpu-cp-footer-wrap{\r\n    width:calc(100% - 20px);\r\n  }\r\n\r\n  .wpu-cp-footer-main{\r\n    grid-template-columns:1fr;\r\n    gap:28px;\r\n    padding-top:38px;\r\n  }\r\n\r\n  .wpu-cp-footer-brand{\r\n    grid-column:auto;\r\n  }\r\n\r\n  .wpu-cp-footer-bottom{\r\n    align-items:flex-start;\r\n    flex-direction:column;\r\n    gap:10px;\r\n  }\r\n\r\n  .wpu-cp-footer-links a{\r\n    width:100%;\r\n  }\r\n}\r\n<\/style>\r\n\r\n\r\n<footer class=\"wpu-cp-footer\" dir=\"rtl\" lang=\"ar\">\r\n\r\n  <div class=\"wpu-cp-footer-wrap\">\r\n\r\n    <div class=\"wpu-cp-footer-main\">\r\n\r\n\r\n      <!-- =========================================\r\n           BRAND + CONTACT\r\n      ========================================== -->\r\n\r\n      <div class=\"wpu-cp-footer-brand\">\r\n\r\n        <div class=\"wpu-cp-footer-logo\">\r\n\r\n          <div\r\n            class=\"wpu-cp-footer-logo-icon\"\r\n            aria-hidden=\"true\">\r\n            &lt;\/&gt;\r\n          <\/div>\r\n\r\n          <div class=\"wpu-cp-footer-logo-text\">\r\n\r\n            <strong>\r\n              \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\r\n            <\/strong>\r\n\r\n            <small>\r\n              WPU SYPUSCPC\r\n            <\/small>\r\n\r\n          <\/div>\r\n\r\n        <\/div>\r\n\r\n\r\n        <p class=\"wpu-cp-footer-description\">\r\n\r\n          \u0623\u0631\u0634\u064a\u0641 \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u0644\u0644\u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a\u0629\u060c\r\n          \u064a\u0648\u062b\u0651\u0642 \u0627\u0644\u0641\u0631\u0642 \u0648\u0627\u0644\u0637\u0644\u0628\u0629 \u0648\u0627\u0644\u0645\u0648\u0627\u0633\u0645 \u0648\u0627\u0644\u0625\u0646\u062c\u0627\u0632\u0627\u062a \u0648\u0645\u0633\u0627\u0631\r\n          \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u0629 \u0641\u064a \u0627\u0644\u0645\u0633\u0627\u0628\u0642\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u064a\u0629 \u0627\u0644\u062c\u0627\u0645\u0639\u064a\u0629.\r\n\r\n        <\/p>\r\n\r\n\r\n        <div class=\"wpu-cp-footer-code\">\r\n          solve \u2022 learn \u2022 compete\r\n        <\/div>\r\n\r\n\r\n        <!-- CONTACT -->\r\n\r\n        <div class=\"wpu-cp-footer-contact\">\r\n\r\n\r\n          <!-- ADDRESS -->\r\n\r\n          <div class=\"wpu-cp-footer-contact-item\">\r\n\r\n            <span\r\n              class=\"wpu-cp-footer-contact-icon\"\r\n              aria-hidden=\"true\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\">\r\n\r\n                <path\r\n                  d=\"M20 10c0 5-8 11-8 11S4 15 4 10a8 8 0 1 1 16 0Z\">\r\n                <\/path>\r\n\r\n                <circle\r\n                  cx=\"12\"\r\n                  cy=\"10\"\r\n                  r=\"2.5\">\r\n                <\/circle>\r\n\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <span>\r\n              \u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0648\u0631\u064a\u0629 \u2013\r\n              \u0645\u062d\u0627\u0641\u0638\u0629 \u062d\u0645\u0627\u0629 \u2013\r\n              \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u062f\u0648\u0644\u064a \u0627\u0644\u0633\u0631\u064a\u0639 \u062d\u0645\u0635\u2013\u062d\u0645\u0627\u0629 \u2013\r\n              \u063a\u0648\u0631 \u0627\u0644\u0639\u0627\u0635\u064a\r\n            <\/span>\r\n\r\n          <\/div>\r\n\r\n\r\n          <!-- EMAIL -->\r\n\r\n          <div class=\"wpu-cp-footer-contact-item\">\r\n\r\n            <span\r\n              class=\"wpu-cp-footer-contact-icon\"\r\n              aria-hidden=\"true\">\r\n\r\n              <svg\r\n                viewBox=\"0 0 24 24\">\r\n\r\n                <rect\r\n                  x=\"3\"\r\n                  y=\"5\"\r\n                  width=\"18\"\r\n                  height=\"14\"\r\n                  rx=\"2\">\r\n                <\/rect>\r\n\r\n                <path\r\n                  d=\"m3 7 9 6 9-6\">\r\n                <\/path>\r\n\r\n              <\/svg>\r\n\r\n            <\/span>\r\n\r\n            <a\r\n              href=\"mailto:info@wpu.edu.sy\"\r\n              dir=\"ltr\">\r\n\r\n              info@wpu.edu.sy\r\n\r\n            <\/a>\r\n\r\n          <\/div>\r\n\r\n\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n\r\n\r\n      <!-- =========================================\r\n           QUICK LINKS\r\n      ========================================== -->\r\n\r\n      <div class=\"wpu-cp-footer-col\">\r\n\r\n        <h3>\r\n          \u0631\u0648\u0627\u0628\u0637 \u0633\u0631\u064a\u0639\u0629\r\n        <\/h3>\r\n\r\n        <nav\r\n          class=\"wpu-cp-footer-links\"\r\n          aria-label=\"\u0631\u0648\u0627\u0628\u0637 \u0633\u0631\u064a\u0639\u0629\">\r\n\r\n          <a href=\"\/wpus\/programming-contest\/\">\r\n            \u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/history\/\">\r\n            \u062a\u0627\u0631\u064a\u062e \u0627\u0644\u0645\u0633\u0627\u0628\u0642\u0629\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/wpu-journey\/\">\r\n            \u0645\u0633\u064a\u0631\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/golden-record\/\">\r\n            \u0627\u0644\u0633\u062c\u0644 \u0627\u0644\u0630\u0647\u0628\u064a\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/media-news\/\">\r\n            \u0627\u0644\u0648\u0633\u0627\u0626\u0637 \u0648\u0627\u0644\u0623\u062e\u0628\u0627\u0631\r\n          <\/a>\r\n\r\n        <\/nav>\r\n\r\n      <\/div>\r\n\r\n\r\n\r\n      <!-- =========================================\r\n           COMPETITION PATH\r\n      ========================================== -->\r\n\r\n      <div class=\"wpu-cp-footer-col\">\r\n\r\n        <h3>\r\n          \u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629\r\n        <\/h3>\r\n\r\n        <nav\r\n          class=\"wpu-cp-footer-links\"\r\n          aria-label=\"\u0645\u0633\u0627\u0631 \u0627\u0644\u0645\u0646\u0627\u0641\u0633\u0629\">\r\n\r\n          <a href=\"\/wpus\/programming-contest\/training-selection\/\">\r\n            \u0627\u0644\u062a\u062f\u0631\u064a\u0628 \u0648\u0627\u0644\u0627\u062e\u062a\u064a\u0627\u0631 \u0641\u064a \u0627\u0644\u0648\u0637\u0646\u064a\u0629\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/sypucpc\/\">\r\n            SyPUCPC\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/scpc\/\">\r\n            SCPC\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/acpc\/\">\r\n            ACPC\r\n          <\/a>\r\n\r\n          <a href=\"\/wpus\/programming-contest\/icpc\/\">\r\n            ICPC\r\n          <\/a>\r\n\r\n        <\/nav>\r\n\r\n      <\/div>\r\n\r\n\r\n\r\n      <!-- =========================================\r\n           UNIVERSITY PLATFORMS\r\n      ========================================== -->\r\n\r\n      <div class=\"wpu-cp-footer-col\">\r\n\r\n        <h3>\r\n          \u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062c\u0627\u0645\u0639\u0629\r\n        <\/h3>\r\n\r\n        <nav\r\n          class=\"wpu-cp-footer-links wpu-cp-platform-links\"\r\n          aria-label=\"\u0645\u0646\u0635\u0627\u062a \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\">\r\n\r\n\r\n          <a\r\n            href=\"https:\/\/wpu.edu.sy\/\"\r\n            target=\"_blank\"\r\n            rel=\"noopener\">\r\n\r\n            \u0627\u0644\u0645\u0648\u0642\u0639 \u0627\u0644\u0631\u0633\u0645\u064a \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629\r\n\r\n          <\/a>\r\n\r\n\r\n          <a\r\n            href=\"https:\/\/wpu.edu.sy\/wpua\/\"\r\n            target=\"_blank\"\r\n            rel=\"noopener\">\r\n\r\n            \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0623\u0643\u0627\u062f\u064a\u0645\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629\r\n\r\n          <\/a>\r\n\r\n\r\n          <a\r\n            href=\"https:\/\/wpu.edu.sy\/wpus\/\"\r\n            target=\"_blank\"\r\n            rel=\"noopener\">\r\n\r\n            \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629\r\n\r\n          <\/a>\r\n\r\n\r\n          <a\r\n            href=\"https:\/\/wpu.edu.sy\/wpuj\/index.php\/wpuh\/en\"\r\n            target=\"_blank\"\r\n            rel=\"noopener\">\r\n\r\n            \u0645\u062c\u0644\u0629 \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\r\n\r\n          <\/a>\r\n\r\n\r\n        <\/nav>\r\n\r\n      <\/div>\r\n\r\n\r\n    <\/div>\r\n\r\n\r\n\r\n    <!-- =========================================\r\n         FOOTER BOTTOM\r\n    ========================================== -->\r\n\r\n    <div class=\"wpu-cp-footer-bottom\">\r\n\r\n      <div>\r\n        \u00a9 2026 \u0627\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629 \u2014 \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629\r\n      <\/div>\r\n\r\n\r\n      <div class=\"wpu-cp-footer-bottom-links\">\r\n\r\n        <a href=\"\/wpus\/programming-contest\/\">\r\n          \u0627\u0644\u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u062a\u0646\u0627\u0641\u0633\u064a\u0629 \u0641\u064a \u0627\u0644\u0648\u0637\u0646\u064a\u0629\r\n        <\/a>\r\n\r\n        <a href=\"mailto:info@wpu.edu.sy\">\r\n          \u062a\u0648\u0627\u0635\u0644 \u0645\u0639\u0646\u0627\r\n        <\/a>\r\n\r\n      <\/div>\r\n\r\n    <\/div>\r\n\r\n\r\n  <\/div>\r\n\r\n<\/footer><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&lt;\/&gt;{ }01ACContest History Programming Contest Archive From One Edition to the Next A chronological archive of the Syrian Private Universities Collegiate Programming Contest, currently focused on the years beginning with Al-Wataniya Private University\u2019s participation, while earlier editions will be documented progressively as reliable data and sources become available. BEFORE 2021\u21922021\u21922022\u21922023\u21922024\u21922025\u21922026 ! Documentation Note The Syrian [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_kadence_starter_templates_imported_post":false,"footnotes":""},"class_list":["post-8774","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contest History - \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629<\/title>\n<meta name=\"description\" content=\"Contest History\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contest History - \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\" \/>\n<meta property=\"og:description\" content=\"Contest History\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/\" \/>\n<meta property=\"og:site_name\" content=\"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-29T08:12:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/en\\\/contest-history\\\/\",\"url\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/en\\\/contest-history\\\/\",\"name\":\"Contest History - \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/#website\"},\"datePublished\":\"2026-08-29T08:07:05+00:00\",\"dateModified\":\"2026-08-29T08:12:22+00:00\",\"description\":\"Contest History\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/en\\\/contest-history\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/en\\\/contest-history\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/en\\\/contest-history\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contest History\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/#website\",\"url\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/\",\"name\":\"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/#organization\",\"name\":\"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\",\"url\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/wp-content\\\/uploads\\\/2023\\\/12\\\/logo.png\",\"width\":156,\"height\":40,\"caption\":\"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629\"},\"image\":{\"@id\":\"https:\\\/\\\/wpu.edu.sy\\\/wpus\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contest History - \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629","description":"Contest History","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/","og_locale":"ar_AR","og_type":"article","og_title":"Contest History - \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629","og_description":"Contest History","og_url":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/","og_site_name":"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629","article_modified_time":"2026-08-29T08:12:22+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"5 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/","url":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/","name":"Contest History - \u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629","isPartOf":{"@id":"https:\/\/wpu.edu.sy\/wpus\/#website"},"datePublished":"2026-08-29T08:07:05+00:00","dateModified":"2026-08-29T08:12:22+00:00","description":"Contest History","breadcrumb":{"@id":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpu.edu.sy\/wpus\/en\/contest-history\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/wpu.edu.sy\/wpus\/"},{"@type":"ListItem","position":2,"name":"Contest History"}]},{"@type":"WebSite","@id":"https:\/\/wpu.edu.sy\/wpus\/#website","url":"https:\/\/wpu.edu.sy\/wpus\/","name":"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629","description":"","publisher":{"@id":"https:\/\/wpu.edu.sy\/wpus\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpu.edu.sy\/wpus\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/wpu.edu.sy\/wpus\/#organization","name":"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629","url":"https:\/\/wpu.edu.sy\/wpus\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/wpu.edu.sy\/wpus\/#\/schema\/logo\/image\/","url":"https:\/\/wpu.edu.sy\/wpus\/wp-content\/uploads\/2023\/12\/logo.png","contentUrl":"https:\/\/wpu.edu.sy\/wpus\/wp-content\/uploads\/2023\/12\/logo.png","width":156,"height":40,"caption":"\u0627\u0644\u0648\u0627\u062d\u0629 \u0627\u0644\u0637\u0644\u0627\u0628\u064a\u0629 \u0644\u0644\u062c\u0627\u0645\u0639\u0629 \u0627\u0644\u0648\u0637\u0646\u064a\u0629 \u0627\u0644\u062e\u0627\u0635\u0629"},"image":{"@id":"https:\/\/wpu.edu.sy\/wpus\/#\/schema\/logo\/image\/"}}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"wpu1ad2","author_link":"https:\/\/wpu.edu.sy\/wpus\/author\/wpu1ad2\/"},"rttpg_comment":0,"rttpg_category":" <a href=\"https:\/\/wpu.edu.sy\/wpus\/en\/\" rel=\"tag\">English<\/a>","rttpg_excerpt":"&lt;\/&gt;{ }01ACContest History Programming Contest Archive From One Edition to the Next A chronological archive of the Syrian Private Universities Collegiate Programming Contest, currently focused on the years beginning with Al-Wataniya Private University\u2019s participation, while earlier editions will be documented progressively as reliable data and sources become available. BEFORE 2021\u21922021\u21922022\u21922023\u21922024\u21922025\u21922026 ! Documentation Note The Syrian&hellip;","_links":{"self":[{"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/pages\/8774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/comments?post=8774"}],"version-history":[{"count":7,"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/pages\/8774\/revisions"}],"predecessor-version":[{"id":8782,"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/pages\/8774\/revisions\/8782"}],"wp:attachment":[{"href":"https:\/\/wpu.edu.sy\/wpus\/wp-json\/wp\/v2\/media?parent=8774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}