2 条题解

  • 0
    @ 2025-4-15 17:27:27
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"Hello Pascal";
        return 0;
    }
    
    • 0
      @ 2024-12-22 11:04:04

      C++ :

      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	cout<<"Hello Pascal";                           
      	return 0;
      }
      
      • 1

      信息

      ID
      318
      时间
      1000ms
      内存
      128MiB
      难度
      10
      标签
      递交数
      1
      已通过
      1
      上传者