Goal: Create a realistic smartphone photo of a lined notebook page on a wooden desk, showing a handwritten software/data-structure homework answer sheet in slightly messy but believable black gel-pen handwriting. The page title should be centered near the top as [page title]. Make it look like an actual photo submitted for class, with small imperfections, uneven writing, mild page curvature, shadows, and perspective distortion. Canvas and camera: Vertical 3:4 photo, shot from above at a slight angle. The main notebook page fills most of the frame, tilted very slightly. The lighting is warm indoor desk lighting, with soft shadows and a realistic phone-camera look, not a flat scan. Scene details: Use an open notebook with pale gray horizontal ruled lines and rounded page corners. A partial previous page is visible along the left edge. The notebook rests on a medium-brown wooden desk. On the right side, place a black transparent-bodied gel pen vertically near the lower-right edge, and a small white eraser with gray smudges near the upper-right corner. Add a few tiny eraser crumbs or paper debris scattered around the eraser. Keep the page off-white with subtle texture. Handwritten content: Use Chinese handwritten notes mixed with math and C-style pseudocode. The handwriting should be neat enough to read but intentionally slightly casual and uneven, with natural spacing and occasional slant variation. Write exactly 3 numbered answer sections: 1. Section 1 contains exactly 2 subitems: - โ(1) ๅถ็ป็นๆฐ = (k-1)m + 1ใโ - โ(2) ๆๅค็ป็นๆฐ = (k^h - 1)/(k - 1)๏ผๆๅฐ็ป็นๆฐ = k(h-1)+1ใโ 2. Section 2 defines WPL and contains a short explanation plus exactly 5 pseudocode lines. Write: - โWPL๏ผ้ๅไบๅๆ ๏ผ้ๅฐๅถๅญๅฐฑๅ weight ร depth๏ผโ - โๆ นๆทฑๅบฆไธบ 0ใโ - โไปฃ็ ๅคงๆ:โ Then center or indent the following 5 code lines beneath it: - โif(root == NULL) return 0;โ - โif(!root->left && !root->right)โ - โreturn root->weight * depth;โ - โreturn WPL(root->left, depth+1) +โ - โWPL(root->right, depth+1);โ 3. Section 3 contains exactly 5 handwritten lines describing binary tree and forest conversion: - โไบๅๆ ๆ นไธบ A๏ผๅทฆๅญๆ B-D-E-H,โ - โๅณๅญๆ C-F๏ผๅ ถไธญ Fไธๆ IใG๏ผIไธๆ M,โ - โMไธๆ K๏ผGไธๆ J๏ผJไธๆ Lใโ - โๆฃฎๆๆๅทฆๅญฉๅญๅณๅ ๅผๅ ณ็ณป่ฝฌๆขๅณๅฏใโ The section number โ3.โ should start on the left margin, with the text continuing across the lower half of the page. Visual style: Photorealistic, natural shadows, realistic lined paper, black ink, casual student handwriting. The writing should look handwritten rather than printed or typeset. Slightly imperfect alignment with ruled lines is desirable. Constraints: Do not add extra diagrams, stamps, watermarks, decorative graphics, or typed fonts. Keep exactly 3 numbered sections, exactly 2 subitems in section 1, exactly 5 pseudocode lines in section 2, and the listed Chinese homework text only.
0 Comments
๐ฅ Co-learning Circle 0
Observe other members' variables & configurations, and click "Study & Retry" to instantly import settings and practice!