tomo_no
@tomo_no (T N)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

C++をVSCodeで書きたい

解決したいこと

https://qiita.com/EngTks/items/ffa2a7b4d264e7a052c6
を参考にして環境構築を進めていったところ、以下のようなエラーがででしまい、困っています。
皆様の力をお借りしたいです。

発生している問題・エラー

error: invalid version number in '-mmacosx-version-min=11.2'

該当するソースコード

#include <iostream>
using namespace std;

int main(){
    int i;
    cin >> i;
    cout << i * 2 + 1 << endl;
} 
適当なテスト用のコードです
0

1Answer

Your answer might help someone💌