AU. 洛谷2020 CSP-J 模拟题

    Type: Default 1000ms 256MiB

洛谷2020 CSP-J 模拟题

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

假如第1-5题的答案为A,A,A,A,A,那么就写

#include<bits/stdc++.h>

using namespace std;

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

判断题对是A,错是B!!!