제출 #1174724

#제출 시각아이디문제언어결과실행 시간메모리
1174724nuutsnoyntonProsjecni (COCI16_prosjecni)C++20
24 / 120
1 ms328 KiB
#include<bits/stdc++.h> using namespace std; using ll = long long; int main() { ll n, m, r, x, y, i, j, ans, t, s; cin >> n; s = 1; for (i = 1; i <= n; i ++) { for (j = 1; j <= n; j ++) { cout << s << " "; s ++; } cout << "\n"; } }
#Verdict Execution timeMemoryGrader output
Fetching results...