Submission #133096

# Submission time Handle Problem Language Result Execution time Memory
133096 2019-07-20T07:23:07 Z E869120 Necklace (Subtask 1-3) (BOI19_necklace1) C++14
0 / 85
532 ms 256 KB
#include <iostream>
using namespace std;

long long p;

int main() {
  for (int i = 1; i <= 100000000; i++) {
    p *= 3LL;
    p %= 1000000007LL;
  }
  return 0;
}
# Verdict Execution time Memory Grader output
1 Incorrect 532 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 532 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 532 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -