The files to update:
statement.md: The problem statementproblem.yml: Problem configurationaoi.config.yml: Server bindingdata/*: The judge data
- Setup AOI CLI (If you already have it, skip this step)
- Run
yarn aoi server set - Enter server name (should be same in
aoi.config.yml) - Enter server URL (the URL is the API Endpoint eg. https://your-instance/api)
- Run
yarn aoi server login - Following the instructions to login
-
Update
statement.md,problem.yml,aoi.config.yml, anddata/* -
Run
yarn aoi problem deploy -s -d "Data version message" -S -rto deploy the problem
-sto update statement and metadata-dto specify the data version message-Sto set data version as active-rto rejudge all solutions