Homework Introduction

主要内容:

  • 数组定义:int a[N]; // N 为常量
  • 数组索引:a[i]; // i 从 0 到 N - 1
  • vector 容器
  • sort 排序 sort(a + 1, a + n + 1, cmp);
  • 二分查找 STL

Problem

Please claim the assignment to see the problems.
Status
Live...
Problem
6
Open Since
2024-2-8 0:00
Deadline
2036-8-23 23:59
Extension
24 hour(s)