关于C++20的format
查看原帖
关于C++20的format
594054
Eternal_epoch楼主2022/1/2 20:40
#include <iostream>
#include <cstdio>
#include <format>
using namespace std;
int main()
{
	int a,b;
   scanf("%d %d",&a,&b);
	cout <<format("{}",a+b);
	return 0;
}

为什么选你谷的C++20依然过不了?

2022/1/2 20:40
加载中...