Mac sublime text3 不能 scanf/cin

前提是你的Mac上安装了sublime,具体流程自行搜索!

本文图文并茂,细节到位,亲测有效,值得一看,勿忘点赞!!!

1.按照图片和文字提示操作


 

{
    "cmd": ["g++", "${file}", "-o", "${file_path}/${file_base_name}"],
    "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
    "working_dir": "${file_path}",
    "selector": "source.c, source.c++",
 
    "variants":
    [
        {
            "name": "Run",
            "cmd": ["bash", "-c", "g++ '${file}' -o '${file_path}/${file_base_name}' && open -a Terminal.app '${file_path}/${file_base_name}'"]
        }
    ]
}

 

2.保存好以后一定要重启哦!

3.按照图片提示,选择自定义名称的BuildSystem选项

 

 

4.复制如下代码,按 Command+B ,弹出终端后输入!

#include<cstdio>
#include<iostream>
using namespace std;
int main(){

	int a,b;
	scanf("%d",&a);
	printf("%d HelloWorld!\n",a);

	cin>>b;
	cout<<b<<" HelloWorld!"<<endl;


}

 

  • 9
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 7
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 7
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值