#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