# | TimeUTC-0 | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
2645 | tncks0121 | 새로운 달력 (GCJ12KOR_calendar) | C++98 | 0 ms | 1676 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <assert.h>
#include <memory.h>
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef unsigned long long llu;
typedef double lf;
typedef long double llf;
int TC, TCC;
ll A; int B, C;
bool used[200];
ll sum[200];
int main() {
int i, j;
scanf("%d", &TC);
while(++TCC <= TC) {
memset(used, 0, sizeof used);
memset(sum, 0, sizeof sum);
scanf("%lld%d%d", &A, &B, &C);
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |