标签:printf names bit pre class his \n ++ mes
#include <bits/stdc++.h>
using namespace std;
// this is a foo code
int f(int x) {
return x * 3;
}
int main() {
printf("Hello World\n");
int b = 1;
int a = 3 + b * 4 + f(b);
return 0;
}
标签:printf names bit pre class his \n ++ mes
原文地址:https://www.cnblogs.com/longlongzhu123/p/10797995.html