diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 1c2fda5..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
deleted file mode 100644
index df5f35d..0000000
--- a/.idea/codeStyles/codeStyleConfig.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
deleted file mode 100644
index 6d50cd4..0000000
--- a/.idea/uiDesigner.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
-
-
- -
-
-
- -
-
-
-
-
-
\ No newline at end of file
diff --git a/account/account.txt b/account/account.txt
new file mode 100644
index 0000000..e69de29
diff --git a/data/张三1/2025-09-25-20-39-03.txt b/data/张三1/2025-09-25-20-39-03.txt
new file mode 100644
index 0000000..5eb5e05
--- /dev/null
+++ b/data/张三1/2025-09-25-20-39-03.txt
@@ -0,0 +1,19 @@
+1. 11 / 11 * 1 * 7 = ?
+
+2. 11 - 1 = ?
+
+3. 99 + 93 * 9 = ?
+
+4. 21 + (96 - 32) = ?
+
+5. 51 + 84 / 9 = ?
+
+6. 34 / 1 = ?
+
+7. 65 - 54 * 6 * 3 + 37 = ?
+
+8. 88 * 8 * 2 - 779 = ?
+
+9. 55 + 67 + 6 + 71 = ?
+
+10. 87 / 29 * (8 - 3) + 36 = ?
diff --git a/out/production/TestPaperGenerationSystem/AbstractProblemGenerator$1.class b/out/production/TestPaperGenerationSystem/AbstractProblemGenerator$1.class
new file mode 100644
index 0000000..6ed2649
Binary files /dev/null and b/out/production/TestPaperGenerationSystem/AbstractProblemGenerator$1.class differ
diff --git a/out/production/TestPaperGenerationSystem/AbstractSessionManager.class b/out/production/TestPaperGenerationSystem/AbstractSessionManager.class
new file mode 100644
index 0000000..eeb178f
Binary files /dev/null and b/out/production/TestPaperGenerationSystem/AbstractSessionManager.class differ
diff --git a/out/production/TestPaperGenerationSystem/AbstractUser.class b/out/production/TestPaperGenerationSystem/AbstractUser.class
new file mode 100644
index 0000000..36ffe1b
Binary files /dev/null and b/out/production/TestPaperGenerationSystem/AbstractUser.class differ
diff --git a/out/production/TestPaperGenerationSystem/FileService.class b/out/production/TestPaperGenerationSystem/FileService.class
new file mode 100644
index 0000000..20119b4
Binary files /dev/null and b/out/production/TestPaperGenerationSystem/FileService.class differ
diff --git a/out/production/TestPaperGenerationSystem/IAuthService.class b/out/production/TestPaperGenerationSystem/IAuthService.class
new file mode 100644
index 0000000..2d6958f
Binary files /dev/null and b/out/production/TestPaperGenerationSystem/IAuthService.class differ
diff --git a/out/production/TestPaperGenerationSystem/IUserRepository.class b/out/production/TestPaperGenerationSystem/IUserRepository.class
new file mode 100644
index 0000000..c1194bf
Binary files /dev/null and b/out/production/TestPaperGenerationSystem/IUserRepository.class differ