Submission #1174725

#TimeUsernameProblemLanguageResultExecution timeMemory
1174725nuutsnoyntonProsjecni (COCI16_prosjecni)C++20
0 / 120
1096 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;
	if ( n% 2 == 0) while(1);
}
#Verdict Execution timeMemoryGrader output
Fetching results...