문제풀이:
#include <string>
#include <vector>
using namespace std;
int solution(double flo) {
int answer = 0;
answer =flo/1;
return answer;
}
문제풀이:
#include <string>
#include <vector>
using namespace std;
int solution(double flo) {
int answer = 0;
answer =flo/1;
return answer;
}