Write cpp code to Build a file merging utility with validation using N/A. accepts list of file paths and output path; validates all paths; merges files in order; enforces size limits; writes merged file. Structure the project as: src/, utils/file_merger.cpp, validators/path_validator.cpp. Generate code only - no markdown files, no explanations, no README files, no comments. Keep output concise and purpose-ready.