【AtCoder Beginner Contest 074 A】Bichrome Cells

【链接】h在这里写链接


【题意】


在这里写题意

【题解】


在这里写题解

【错的次数】


0

【反思】


在这了写反思

【代码】

#include <bits/stdc++.h>
using namespace std;

int n,a;

int main(){
    ios::sync_with_stdio(0),cin.tie(0);
    cin >> n >> a;
    cout << n*n - a << endl;
    return 0;
}


posted @ 2017-10-04 18:44  AWCXV  阅读(65)  评论(0编辑  收藏  举报