摘要:
#include<stdio.h> 2 long long fun(int n); 3 4 int main(){ 5 int n; 6 long long f; 7 8 while(scanf("%d", &n) != EOF){ 9 f = fun(n); 10 printf("n = %d, 阅读全文
摘要:
#include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** arg 阅读全文
摘要:
#include <stdio.h> int main(){ printf(" o o\n"); printf(" <H> <H>\n"); printf(" I I I I\n"); return 0; } #include <stdio.h> int main() { int x, y; int 阅读全文