2 条题解

  • 1
    @ 2024-11-9 11:42:36
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int a;
    	bool b;
    	cin>>a;
    	b=a;
    	a=b;
    	cout<<a;
    	return 0;
    }
    
    • 0
      @ 2024-12-29 16:28:17
      #include<iostream>
      using namespace std;
      int main()
      {
      bool j;
      float f;
      cin>>j;
      if(j)
      {
          f=j;
          cout<<f;
      return 0;}
      }
      
      
      • 1

      信息

      ID
      460
      时间
      1000ms
      内存
      128MiB
      难度
      5
      标签
      递交数
      18
      已通过
      15
      上传者