DricomDragon 4 年之前
父节点
当前提交
a63ff6e9aa
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      charCode/main.cpp

+ 9 - 9
charCode/main.cpp

@@ -1,12 +1,12 @@
 #include <iostream>
 #include <fstream>
 #include <deque>
-#include <string>
-
-using namespace std;
-
-int main()
-{
+#include <string>
+
+using namespace std;
+
+int main()
+{
     /*cout << "Associatons :" << endl;
     for (int i(0); i<256; i++)
         cout << i << " correspond à " << (unsigned char)i << endl;
@@ -86,6 +86,6 @@ int main()
         // Nouveau fichier
         fluxWrite << maFile[i];
     }
-
-    return 0;
-}
+
+    return 0;
+}