oj mrJudge
Toggle navigation
  • Login
    • Forget Password
      Login
User Image

Hello, Stranger

Guest
  • Analysis Mode
  • Problems
    • All Problems
    • Latest Problems
  • Join Us Now
  • Registration
  • Contact Us
  • Infomation
  • About
    • Terms of Use
    • Technical Specifications
    • Credits

ioiwari Batch , stdin/stdout

Registered Users Only

Please login to utilize this feature.

Do note that this website only supports submissions in C++.

README.txt

The problem has been re-implemented in function call format. Instead of following the instructions given in the problem, your program should include "ioiwari.h" and implement the following functions:

int start(int Board[])
Board contains 7 integers which represent the starting state of the board
This function should return your first move (index on board)

int makeMove(int PlayerTwoMove)
PlayerTwoMove is the move that Player 2 has chosen
This function should return your next move

A sample grader and program are included under attachments.

ioiwari.pdf

Your browser does not support embedded PDF files. Please download the PDF instead.

Tags

IOI 2001

Subtasks and Limits

Subtask Score #TC Time Memory Scoring
1100251s32MBAverage
2011s32MBMinimum

Attachments

Attachment Filesize Last Updated
ioiwari.cpp130B15 Jun 2015, 02:47:53
ioiwari.h41B15 Jun 2015, 02:44:20
grader.cpp1.09KB15 Jun 2015, 14:11:59

Judge Compile Command

g++-8 ans.cpp grader.cpp -o ioiwari -Wall -Wshadow -static -O2 -lm -m64 -s -w -std=gnu++17 -fmax-errors=512

Accepted Submissions

subIDUserTimeMax Time

Past Submissions

subIDUserTimeScore
mrJudge 09.05.20
Copyright © 2020 mrJudge. All rights reserved.