Submission #985710

# Submission time Handle Problem Language Result Execution time Memory
985710 2024-05-18T14:42:01 Z benjaminkleyn Jakarta Skyscrapers (APIO15_skyscraper) C++17
0 / 100
302 ms 400 KB
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;

int main()
{
  int N, x = 0;
  srand(time(0));
  N = 30000 + rand() % 5;
  for (int i = 0; i < N; i++)
    for (int j = 1; j < N; j++)
      x += i * j;
  cout << x << '\n';
}
# Verdict Execution time Memory Grader output
1 Incorrect 278 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 282 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 302 ms 400 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 278 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 279 ms 348 KB Output isn't correct
2 Halted 0 ms 0 KB -