洛谷还不支持format吗
查看原帖
洛谷还不支持format吗
759921
OrzOrzOrzOrz楼主2022/8/14 08:37

用format提交了一下显示CE,

提交记录

#include <bits/stdc++.h>
#include <format>
using namespace std;
int main()
{
    ios::sync_with_stdio(false);
    cin.tie(nullptr);
    int a, b;
    cout << format("{}", a * b);
    return 0;
}

(随便选了一题)

2022/8/14 08:37
加载中...