算法競賽入門經典_2_變量及其輸入

代碼: //2017-6-19 變量及其輸入 #include <stdio.h> #include <math.h> void AAndB(); void CircleZtArea(); int main() { AAndB(); CircleZtArea(); return 0; } void AAndB() { int a, b; scanf("
相關文章
相關標籤/搜索