码迷,mamicode.com
首页 > 其他好文 > 详细

foo

时间:2019-04-30 21:34:20      阅读:167      评论:0      收藏:0      [点我收藏+]

标签: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;
}

foo

标签:printf   names   bit   pre   class   his   \n   ++   mes   

原文地址:https://www.cnblogs.com/longlongzhu123/p/10797995.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!