(UPD: 2024-12-04 14:48 UTC) Judge is not working due to Cloudflare incident. (URL) We can do nothing about it, sorry. After the incident is resolved, we will grade all submissions.

Submission #960816

#TimeUsernameProblemLanguageResultExecution timeMemory
960816Trisanu_DasHop (COCI21_hop)C++17
110 / 110
37 ms1364 KiB
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; for (int x = 1; x < n; x++){ for (int y = 0; y < x; y++) cout << rand() % 3 + 1 << ' '; cout << '\n'; } }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...