complete 15964
This commit is contained in:
11
zeta_cpp/completed/15964.cpp
Normal file
11
zeta_cpp/completed/15964.cpp
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
long long A, B;
|
||||||
|
cin >> A >> B;
|
||||||
|
cout << A * A - B * B;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user