Official

A - 円形警備の最適化 / Optimization of Circular Security Editorial by physics0523


初心者の方へ


警備員を \(1\) 人も撤収させないのが最善です。よって、答えは必ず \(0\) です。

実装例 (C++):

#include<bits/stdc++.h>

using namespace std;

int main(){
  cout << "0\n";
  return 0;
}

posted:
last update: