- 考级202109-4:满足条件的数的累加
 cxff
- @ 2024-2-2 15:46:54
 
#include <bits/stdc++.h>
using namespace std;
int main()
{
	int a;
	double b;
	cin >>a>>b;
	printf("%.2f %d",b,a);
    return 0;
}
        0 comments
  
  No comments so far...
            Information
- ID
 - 563
 - Time
 - 1000ms
 - Memory
 - 256MiB
 - Difficulty
 - 7
 - Tags
 - # Submissions
 - 126
 - Accepted
 - 25
 - Uploaded By