C++ #코드업 #Codeup

· C/C++
0. 문제 https://codeup.kr/problem.php?id=1085 1. 설계 2. 분석 (순서도) 3. 구현 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 #include #include #define divideByte 8 #define sizeSection 1024 using namespace std; int main (void) { int SamplingRate = 0; int QuantizationRate = 0; int ChannelNum = 0; int Second = 0; unsigned int fileSize = 0; double megaFileSize = 0; cin >> SamplingRate..
M_Falcon
'C++ #코드업 #Codeup' 태그의 글 목록