#include <iostream>
using namespace std;
int main()
{
    cout << __cplusplus << endl;
    return 0;
}

相关文章:

  • 2021-04-08
  • 2021-08-31
  • 2021-11-27
  • 2022-02-07
  • 2022-02-07
  • 2021-08-13
猜你喜欢
  • 2021-09-26
  • 2022-12-23
  • 2021-11-23
  • 2022-01-07
  • 2022-01-07
  • 2021-12-15
  • 2021-04-10
相关资源
相似解决方案