├── .github ├── FUNDING.yml ├── dependabot.yml └── workflows │ ├── clang-format-image.yml │ ├── release.yml │ ├── shell-lint.yml │ ├── test-ubuntu-22.04.yml │ ├── test-ubuntu-24.04.yml │ └── tests.yml ├── .pre-commit-config.yaml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── SECURITY.md ├── action.yml ├── check.sh ├── clang-format-docker └── Dockerfile └── test ├── .clang-format ├── known_fail ├── addition.c ├── addition.c++ ├── addition.cc ├── addition.cpp ├── addition.cu ├── addition.cxx ├── addition.ino ├── addition.pde ├── addition.proto └── capital_C │ └── addition.C ├── known_pass ├── addition.c ├── addition.c++ ├── addition.cc ├── addition.cpp ├── addition.cu ├── addition.cxx ├── addition.ino ├── addition.pde ├── addition.proto ├── capital_C │ └── addition.C └── folder │ └── with spaces │ └── addition.cpp ├── load_test ├── addition-000.c ├── addition-001.c ├── addition-002.c ├── addition-003.c ├── addition-004.c ├── addition-005.c ├── addition-006.c ├── addition-007.c ├── addition-008.c ├── addition-009.c ├── addition-010.c ├── addition-011.c ├── addition-012.c ├── addition-013.c ├── addition-014.c ├── addition-015.c ├── addition-016.c ├── addition-017.c ├── addition-018.c ├── addition-019.c ├── addition-020.c ├── addition-021.c ├── addition-022.c ├── addition-023.c ├── addition-024.c ├── addition-025.c ├── addition-026.c ├── addition-027.c ├── addition-028.c ├── addition-029.c ├── addition-030.c ├── addition-031.c ├── addition-032.c ├── addition-033.c ├── addition-034.c ├── addition-035.c ├── addition-036.c ├── addition-037.c ├── addition-038.c ├── addition-039.c ├── addition-040.c ├── addition-041.c ├── addition-042.c ├── addition-043.c ├── addition-044.c ├── addition-045.c ├── addition-046.c ├── addition-047.c ├── addition-048.c ├── addition-049.c ├── addition-050.c ├── addition-051.c ├── addition-052.c ├── addition-053.c ├── addition-054.c ├── addition-055.c ├── addition-056.c ├── addition-057.c ├── addition-058.c ├── addition-059.c ├── addition-060.c ├── addition-061.c ├── addition-062.c ├── addition-063.c ├── addition-064.c ├── addition-065.c ├── addition-066.c ├── addition-067.c ├── addition-068.c ├── addition-069.c ├── addition-070.c ├── addition-071.c ├── addition-072.c ├── addition-073.c ├── addition-074.c ├── addition-075.c ├── addition-076.c ├── addition-077.c ├── addition-078.c ├── addition-079.c ├── addition-080.c ├── addition-081.c ├── addition-082.c ├── addition-083.c ├── addition-084.c ├── addition-085.c ├── addition-086.c ├── addition-087.c ├── addition-088.c ├── addition-089.c ├── addition-090.c ├── addition-091.c ├── addition-092.c ├── addition-093.c ├── addition-094.c ├── addition-095.c ├── addition-096.c ├── addition-097.c ├── addition-098.c ├── addition-099.c ├── addition-100.c ├── addition-1000.c ├── addition-101.c ├── addition-102.c ├── addition-103.c ├── addition-104.c ├── addition-105.c ├── addition-106.c ├── addition-107.c ├── addition-108.c ├── addition-109.c ├── addition-110.c ├── addition-111.c ├── addition-112.c ├── addition-113.c ├── addition-114.c ├── addition-115.c ├── addition-116.c ├── addition-117.c ├── addition-118.c ├── addition-119.c ├── addition-120.c ├── addition-121.c ├── addition-122.c ├── addition-123.c ├── addition-124.c ├── addition-125.c ├── addition-126.c ├── addition-127.c ├── addition-128.c ├── addition-129.c ├── addition-130.c ├── addition-131.c ├── addition-132.c ├── addition-133.c ├── addition-134.c ├── addition-135.c ├── addition-136.c ├── addition-137.c ├── addition-138.c ├── addition-139.c ├── addition-140.c ├── addition-141.c ├── addition-142.c ├── addition-143.c ├── addition-144.c ├── addition-145.c ├── addition-146.c ├── addition-147.c ├── addition-148.c ├── addition-149.c ├── addition-150.c ├── addition-151.c ├── addition-152.c ├── addition-153.c ├── addition-154.c ├── addition-155.c ├── addition-156.c ├── addition-157.c ├── addition-158.c ├── addition-159.c ├── addition-160.c ├── addition-161.c ├── addition-162.c ├── addition-163.c ├── addition-164.c ├── addition-165.c ├── addition-166.c ├── addition-167.c ├── addition-168.c ├── addition-169.c ├── addition-170.c ├── addition-171.c ├── addition-172.c ├── addition-173.c ├── addition-174.c ├── addition-175.c ├── addition-176.c ├── addition-177.c ├── addition-178.c ├── addition-179.c ├── addition-180.c ├── addition-181.c ├── addition-182.c ├── addition-183.c ├── addition-184.c ├── addition-185.c ├── addition-186.c ├── addition-187.c ├── addition-188.c ├── addition-189.c ├── addition-190.c ├── addition-191.c ├── addition-192.c ├── addition-193.c ├── addition-194.c ├── addition-195.c ├── addition-196.c ├── addition-197.c ├── addition-198.c ├── addition-199.c ├── addition-200.c ├── addition-201.c ├── addition-202.c ├── addition-203.c ├── addition-204.c ├── addition-205.c ├── addition-206.c ├── addition-207.c ├── addition-208.c ├── addition-209.c ├── addition-210.c ├── addition-211.c ├── addition-212.c ├── addition-213.c ├── addition-214.c ├── addition-215.c ├── addition-216.c ├── addition-217.c ├── addition-218.c ├── addition-219.c ├── addition-220.c ├── addition-221.c ├── addition-222.c ├── addition-223.c ├── addition-224.c ├── addition-225.c ├── addition-226.c ├── addition-227.c ├── addition-228.c ├── addition-229.c ├── addition-230.c ├── addition-231.c ├── addition-232.c ├── addition-233.c ├── addition-234.c ├── addition-235.c ├── addition-236.c ├── addition-237.c ├── addition-238.c ├── addition-239.c ├── addition-240.c ├── addition-241.c ├── addition-242.c ├── addition-243.c ├── addition-244.c ├── addition-245.c ├── addition-246.c ├── addition-247.c ├── addition-248.c ├── addition-249.c ├── addition-250.c ├── addition-251.c ├── addition-252.c ├── addition-253.c ├── addition-254.c ├── addition-255.c ├── addition-256.c ├── addition-257.c ├── addition-258.c ├── addition-259.c ├── addition-260.c ├── addition-261.c ├── addition-262.c ├── addition-263.c ├── addition-264.c ├── addition-265.c ├── addition-266.c ├── addition-267.c ├── addition-268.c ├── addition-269.c ├── addition-270.c ├── addition-271.c ├── addition-272.c ├── addition-273.c ├── addition-274.c ├── addition-275.c ├── addition-276.c ├── addition-277.c ├── addition-278.c ├── addition-279.c ├── addition-280.c ├── addition-281.c ├── addition-282.c ├── addition-283.c ├── addition-284.c ├── addition-285.c ├── addition-286.c ├── addition-287.c ├── addition-288.c ├── addition-289.c ├── addition-290.c ├── addition-291.c ├── addition-292.c ├── addition-293.c ├── addition-294.c ├── addition-295.c ├── addition-296.c ├── addition-297.c ├── addition-298.c ├── addition-299.c ├── addition-300.c ├── addition-301.c ├── addition-302.c ├── addition-303.c ├── addition-304.c ├── addition-305.c ├── addition-306.c ├── addition-307.c ├── addition-308.c ├── addition-309.c ├── addition-310.c ├── addition-311.c ├── addition-312.c ├── addition-313.c ├── addition-314.c ├── addition-315.c ├── addition-316.c ├── addition-317.c ├── addition-318.c ├── addition-319.c ├── addition-320.c ├── addition-321.c ├── addition-322.c ├── addition-323.c ├── addition-324.c ├── addition-325.c ├── addition-326.c ├── addition-327.c ├── addition-328.c ├── addition-329.c ├── addition-330.c ├── addition-331.c ├── addition-332.c ├── addition-333.c ├── addition-334.c ├── addition-335.c ├── addition-336.c ├── addition-337.c ├── addition-338.c ├── addition-339.c ├── addition-340.c ├── addition-341.c ├── addition-342.c ├── addition-343.c ├── addition-344.c ├── addition-345.c ├── addition-346.c ├── addition-347.c ├── addition-348.c ├── addition-349.c ├── addition-350.c ├── addition-351.c ├── addition-352.c ├── addition-353.c ├── addition-354.c ├── addition-355.c ├── addition-356.c ├── addition-357.c ├── addition-358.c ├── addition-359.c ├── addition-360.c ├── addition-361.c ├── addition-362.c ├── addition-363.c ├── addition-364.c ├── addition-365.c ├── addition-366.c ├── addition-367.c ├── addition-368.c ├── addition-369.c ├── addition-370.c ├── addition-371.c ├── addition-372.c ├── addition-373.c ├── addition-374.c ├── addition-375.c ├── addition-376.c ├── addition-377.c ├── addition-378.c ├── addition-379.c ├── addition-380.c ├── addition-381.c ├── addition-382.c ├── addition-383.c ├── addition-384.c ├── addition-385.c ├── addition-386.c ├── addition-387.c ├── addition-388.c ├── addition-389.c ├── addition-390.c ├── addition-391.c ├── addition-392.c ├── addition-393.c ├── addition-394.c ├── addition-395.c ├── addition-396.c ├── addition-397.c ├── addition-398.c ├── addition-399.c ├── addition-400.c ├── addition-401.c ├── addition-402.c ├── addition-403.c ├── addition-404.c ├── addition-405.c ├── addition-406.c ├── addition-407.c ├── addition-408.c ├── addition-409.c ├── addition-410.c ├── addition-411.c ├── addition-412.c ├── addition-413.c ├── addition-414.c ├── addition-415.c ├── addition-416.c ├── addition-417.c ├── addition-418.c ├── addition-419.c ├── addition-420.c ├── addition-421.c ├── addition-422.c ├── addition-423.c ├── addition-424.c ├── addition-425.c ├── addition-426.c ├── addition-427.c ├── addition-428.c ├── addition-429.c ├── addition-430.c ├── addition-431.c ├── addition-432.c ├── addition-433.c ├── addition-434.c ├── addition-435.c ├── addition-436.c ├── addition-437.c ├── addition-438.c ├── addition-439.c ├── addition-440.c ├── addition-441.c ├── addition-442.c ├── addition-443.c ├── addition-444.c ├── addition-445.c ├── addition-446.c ├── addition-447.c ├── addition-448.c ├── addition-449.c ├── addition-450.c ├── addition-451.c ├── addition-452.c ├── addition-453.c ├── addition-454.c ├── addition-455.c ├── addition-456.c ├── addition-457.c ├── addition-458.c ├── addition-459.c ├── addition-460.c ├── addition-461.c ├── addition-462.c ├── addition-463.c ├── addition-464.c ├── addition-465.c ├── addition-466.c ├── addition-467.c ├── addition-468.c ├── addition-469.c ├── addition-470.c ├── addition-471.c ├── addition-472.c ├── addition-473.c ├── addition-474.c ├── addition-475.c ├── addition-476.c ├── addition-477.c ├── addition-478.c ├── addition-479.c ├── addition-480.c ├── addition-481.c ├── addition-482.c ├── addition-483.c ├── addition-484.c ├── addition-485.c ├── addition-486.c ├── addition-487.c ├── addition-488.c ├── addition-489.c ├── addition-490.c ├── addition-491.c ├── addition-492.c ├── addition-493.c ├── addition-494.c ├── addition-495.c ├── addition-496.c ├── addition-497.c ├── addition-498.c ├── addition-499.c ├── capital_C-000 │ └── addition.C ├── capital_C-001 │ └── addition.C ├── capital_C-002 │ └── addition.C ├── capital_C-003 │ └── addition.C ├── capital_C-004 │ └── addition.C ├── capital_C-005 │ └── addition.C ├── capital_C-006 │ └── addition.C ├── capital_C-007 │ └── addition.C ├── capital_C-008 │ └── addition.C ├── capital_C-009 │ └── addition.C ├── capital_C-010 │ └── addition.C ├── capital_C-011 │ └── addition.C ├── capital_C-012 │ └── addition.C ├── capital_C-013 │ └── addition.C ├── capital_C-014 │ └── addition.C ├── capital_C-015 │ └── addition.C ├── capital_C-016 │ └── addition.C ├── capital_C-017 │ └── addition.C ├── capital_C-018 │ └── addition.C ├── capital_C-019 │ └── addition.C ├── capital_C-020 │ └── addition.C ├── capital_C-021 │ └── addition.C ├── capital_C-022 │ └── addition.C ├── capital_C-023 │ └── addition.C ├── capital_C-024 │ └── addition.C ├── capital_C-025 │ └── addition.C ├── capital_C-026 │ └── addition.C ├── capital_C-027 │ └── addition.C ├── capital_C-028 │ └── addition.C ├── capital_C-029 │ └── addition.C ├── capital_C-030 │ └── addition.C ├── capital_C-031 │ └── addition.C ├── capital_C-032 │ └── addition.C ├── capital_C-033 │ └── addition.C ├── capital_C-034 │ └── addition.C ├── capital_C-035 │ └── addition.C ├── capital_C-036 │ └── addition.C ├── capital_C-037 │ └── addition.C ├── capital_C-038 │ └── addition.C ├── capital_C-039 │ └── addition.C ├── capital_C-040 │ └── addition.C ├── capital_C-041 │ └── addition.C ├── capital_C-042 │ └── addition.C ├── capital_C-043 │ └── addition.C ├── capital_C-044 │ └── addition.C ├── capital_C-045 │ └── addition.C ├── capital_C-046 │ └── addition.C ├── capital_C-047 │ └── addition.C ├── capital_C-048 │ └── addition.C ├── capital_C-049 │ └── addition.C ├── capital_C-050 │ └── addition.C ├── capital_C-051 │ └── addition.C ├── capital_C-052 │ └── addition.C ├── capital_C-053 │ └── addition.C ├── capital_C-054 │ └── addition.C ├── capital_C-055 │ └── addition.C ├── capital_C-056 │ └── addition.C ├── capital_C-057 │ └── addition.C ├── capital_C-058 │ └── addition.C ├── capital_C-059 │ └── addition.C ├── capital_C-060 │ └── addition.C ├── capital_C-061 │ └── addition.C ├── capital_C-062 │ └── addition.C ├── capital_C-063 │ └── addition.C ├── capital_C-064 │ └── addition.C ├── capital_C-065 │ └── addition.C ├── capital_C-066 │ └── addition.C ├── capital_C-067 │ └── addition.C ├── capital_C-068 │ └── addition.C ├── capital_C-069 │ └── addition.C ├── capital_C-070 │ └── addition.C ├── capital_C-071 │ └── addition.C ├── capital_C-072 │ └── addition.C ├── capital_C-073 │ └── addition.C ├── capital_C-074 │ └── addition.C ├── capital_C-075 │ └── addition.C ├── capital_C-076 │ └── addition.C ├── capital_C-077 │ └── addition.C ├── capital_C-078 │ └── addition.C ├── capital_C-079 │ └── addition.C ├── capital_C-080 │ └── addition.C ├── capital_C-081 │ └── addition.C ├── capital_C-082 │ └── addition.C ├── capital_C-083 │ └── addition.C ├── capital_C-084 │ └── addition.C ├── capital_C-085 │ └── addition.C ├── capital_C-086 │ └── addition.C ├── capital_C-087 │ └── addition.C ├── capital_C-088 │ └── addition.C ├── capital_C-089 │ └── addition.C ├── capital_C-090 │ └── addition.C ├── capital_C-091 │ └── addition.C ├── capital_C-092 │ └── addition.C ├── capital_C-093 │ └── addition.C ├── capital_C-094 │ └── addition.C ├── capital_C-095 │ └── addition.C ├── capital_C-096 │ └── addition.C ├── capital_C-097 │ └── addition.C ├── capital_C-098 │ └── addition.C ├── capital_C-099 │ └── addition.C ├── capital_C-100 │ └── addition.C ├── capital_C-101 │ └── addition.C ├── capital_C-102 │ └── addition.C ├── capital_C-103 │ └── addition.C ├── capital_C-104 │ └── addition.C ├── capital_C-105 │ └── addition.C ├── capital_C-106 │ └── addition.C ├── capital_C-107 │ └── addition.C ├── capital_C-108 │ └── addition.C ├── capital_C-109 │ └── addition.C ├── capital_C-110 │ └── addition.C ├── capital_C-111 │ └── addition.C ├── capital_C-112 │ └── addition.C ├── capital_C-113 │ └── addition.C ├── capital_C-114 │ └── addition.C ├── capital_C-115 │ └── addition.C ├── capital_C-116 │ └── addition.C ├── capital_C-117 │ └── addition.C ├── capital_C-118 │ └── addition.C ├── capital_C-119 │ └── addition.C ├── capital_C-120 │ └── addition.C ├── capital_C-121 │ └── addition.C ├── capital_C-122 │ └── addition.C ├── capital_C-123 │ └── addition.C ├── capital_C-124 │ └── addition.C ├── capital_C-125 │ └── addition.C ├── capital_C-126 │ └── addition.C ├── capital_C-127 │ └── addition.C ├── capital_C-128 │ └── addition.C ├── capital_C-129 │ └── addition.C ├── capital_C-130 │ └── addition.C ├── capital_C-131 │ └── addition.C ├── capital_C-132 │ └── addition.C ├── capital_C-133 │ └── addition.C ├── capital_C-134 │ └── addition.C ├── capital_C-135 │ └── addition.C ├── capital_C-136 │ └── addition.C ├── capital_C-137 │ └── addition.C ├── capital_C-138 │ └── addition.C ├── capital_C-139 │ └── addition.C ├── capital_C-140 │ └── addition.C ├── capital_C-141 │ └── addition.C ├── capital_C-142 │ └── addition.C ├── capital_C-143 │ └── addition.C ├── capital_C-144 │ └── addition.C ├── capital_C-145 │ └── addition.C ├── capital_C-146 │ └── addition.C ├── capital_C-147 │ └── addition.C ├── capital_C-148 │ └── addition.C ├── capital_C-149 │ └── addition.C ├── capital_C-150 │ └── addition.C ├── capital_C-151 │ └── addition.C ├── capital_C-152 │ └── addition.C ├── capital_C-153 │ └── addition.C ├── capital_C-154 │ └── addition.C ├── capital_C-155 │ └── addition.C ├── capital_C-156 │ └── addition.C ├── capital_C-157 │ └── addition.C ├── capital_C-158 │ └── addition.C ├── capital_C-159 │ └── addition.C ├── capital_C-160 │ └── addition.C ├── capital_C-161 │ └── addition.C ├── capital_C-162 │ └── addition.C ├── capital_C-163 │ └── addition.C ├── capital_C-164 │ └── addition.C ├── capital_C-165 │ └── addition.C ├── capital_C-166 │ └── addition.C ├── capital_C-167 │ └── addition.C ├── capital_C-168 │ └── addition.C ├── capital_C-169 │ └── addition.C ├── capital_C-170 │ └── addition.C ├── capital_C-171 │ └── addition.C ├── capital_C-172 │ └── addition.C ├── capital_C-173 │ └── addition.C ├── capital_C-174 │ └── addition.C ├── capital_C-175 │ └── addition.C ├── capital_C-176 │ └── addition.C ├── capital_C-177 │ └── addition.C ├── capital_C-178 │ └── addition.C ├── capital_C-179 │ └── addition.C ├── capital_C-180 │ └── addition.C ├── capital_C-181 │ └── addition.C ├── capital_C-182 │ └── addition.C ├── capital_C-183 │ └── addition.C ├── capital_C-184 │ └── addition.C ├── capital_C-185 │ └── addition.C ├── capital_C-186 │ └── addition.C ├── capital_C-187 │ └── addition.C ├── capital_C-188 │ └── addition.C ├── capital_C-189 │ └── addition.C ├── capital_C-190 │ └── addition.C ├── capital_C-191 │ └── addition.C ├── capital_C-192 │ └── addition.C ├── capital_C-193 │ └── addition.C ├── capital_C-194 │ └── addition.C ├── capital_C-195 │ └── addition.C ├── capital_C-196 │ └── addition.C ├── capital_C-197 │ └── addition.C ├── capital_C-198 │ └── addition.C ├── capital_C-199 │ └── addition.C ├── capital_C-200 │ └── addition.C ├── capital_C-201 │ └── addition.C ├── capital_C-202 │ └── addition.C ├── capital_C-203 │ └── addition.C ├── capital_C-204 │ └── addition.C ├── capital_C-205 │ └── addition.C ├── capital_C-206 │ └── addition.C ├── capital_C-207 │ └── addition.C ├── capital_C-208 │ └── addition.C ├── capital_C-209 │ └── addition.C ├── capital_C-210 │ └── addition.C ├── capital_C-211 │ └── addition.C ├── capital_C-212 │ └── addition.C ├── capital_C-213 │ └── addition.C ├── capital_C-214 │ └── addition.C ├── capital_C-215 │ └── addition.C ├── capital_C-216 │ └── addition.C ├── capital_C-217 │ └── addition.C ├── capital_C-218 │ └── addition.C ├── capital_C-219 │ └── addition.C ├── capital_C-220 │ └── addition.C ├── capital_C-221 │ └── addition.C ├── capital_C-222 │ └── addition.C ├── capital_C-223 │ └── addition.C ├── capital_C-224 │ └── addition.C ├── capital_C-225 │ └── addition.C ├── capital_C-226 │ └── addition.C ├── capital_C-227 │ └── addition.C ├── capital_C-228 │ └── addition.C ├── capital_C-229 │ └── addition.C ├── capital_C-230 │ └── addition.C ├── capital_C-231 │ └── addition.C ├── capital_C-232 │ └── addition.C ├── capital_C-233 │ └── addition.C ├── capital_C-234 │ └── addition.C ├── capital_C-235 │ └── addition.C ├── capital_C-236 │ └── addition.C ├── capital_C-237 │ └── addition.C ├── capital_C-238 │ └── addition.C ├── capital_C-239 │ └── addition.C ├── capital_C-240 │ └── addition.C ├── capital_C-241 │ └── addition.C ├── capital_C-242 │ └── addition.C ├── capital_C-243 │ └── addition.C ├── capital_C-244 │ └── addition.C ├── capital_C-245 │ └── addition.C ├── capital_C-246 │ └── addition.C ├── capital_C-247 │ └── addition.C ├── capital_C-248 │ └── addition.C ├── capital_C-249 │ └── addition.C ├── capital_C-250 │ └── addition.C ├── capital_C-251 │ └── addition.C ├── capital_C-252 │ └── addition.C ├── capital_C-253 │ └── addition.C ├── capital_C-254 │ └── addition.C ├── capital_C-255 │ └── addition.C ├── capital_C-256 │ └── addition.C ├── capital_C-257 │ └── addition.C ├── capital_C-258 │ └── addition.C ├── capital_C-259 │ └── addition.C ├── capital_C-260 │ └── addition.C ├── capital_C-261 │ └── addition.C ├── capital_C-262 │ └── addition.C ├── capital_C-263 │ └── addition.C ├── capital_C-264 │ └── addition.C ├── capital_C-265 │ └── addition.C ├── capital_C-266 │ └── addition.C ├── capital_C-267 │ └── addition.C ├── capital_C-268 │ └── addition.C ├── capital_C-269 │ └── addition.C ├── capital_C-270 │ └── addition.C ├── capital_C-271 │ └── addition.C ├── capital_C-272 │ └── addition.C ├── capital_C-273 │ └── addition.C ├── capital_C-274 │ └── addition.C ├── capital_C-275 │ └── addition.C ├── capital_C-276 │ └── addition.C ├── capital_C-277 │ └── addition.C ├── capital_C-278 │ └── addition.C ├── capital_C-279 │ └── addition.C ├── capital_C-280 │ └── addition.C ├── capital_C-281 │ └── addition.C ├── capital_C-282 │ └── addition.C ├── capital_C-283 │ └── addition.C ├── capital_C-284 │ └── addition.C ├── capital_C-285 │ └── addition.C ├── capital_C-286 │ └── addition.C ├── capital_C-287 │ └── addition.C ├── capital_C-288 │ └── addition.C ├── capital_C-289 │ └── addition.C ├── capital_C-290 │ └── addition.C ├── capital_C-291 │ └── addition.C ├── capital_C-292 │ └── addition.C ├── capital_C-293 │ └── addition.C ├── capital_C-294 │ └── addition.C ├── capital_C-295 │ └── addition.C ├── capital_C-296 │ └── addition.C ├── capital_C-297 │ └── addition.C ├── capital_C-298 │ └── addition.C ├── capital_C-299 │ └── addition.C ├── capital_C-300 │ └── addition.C ├── capital_C-301 │ └── addition.C ├── capital_C-302 │ └── addition.C ├── capital_C-303 │ └── addition.C ├── capital_C-304 │ └── addition.C ├── capital_C-305 │ └── addition.C ├── capital_C-306 │ └── addition.C ├── capital_C-307 │ └── addition.C ├── capital_C-308 │ └── addition.C ├── capital_C-309 │ └── addition.C ├── capital_C-310 │ └── addition.C ├── capital_C-311 │ └── addition.C ├── capital_C-312 │ └── addition.C ├── capital_C-313 │ └── addition.C ├── capital_C-314 │ └── addition.C ├── capital_C-315 │ └── addition.C ├── capital_C-316 │ └── addition.C ├── capital_C-317 │ └── addition.C ├── capital_C-318 │ └── addition.C ├── capital_C-319 │ └── addition.C ├── capital_C-320 │ └── addition.C ├── capital_C-321 │ └── addition.C ├── capital_C-322 │ └── addition.C ├── capital_C-323 │ └── addition.C ├── capital_C-324 │ └── addition.C ├── capital_C-325 │ └── addition.C ├── capital_C-326 │ └── addition.C ├── capital_C-327 │ └── addition.C ├── capital_C-328 │ └── addition.C ├── capital_C-329 │ └── addition.C ├── capital_C-330 │ └── addition.C ├── capital_C-331 │ └── addition.C ├── capital_C-332 │ └── addition.C ├── capital_C-333 │ └── addition.C ├── capital_C-334 │ └── addition.C ├── capital_C-335 │ └── addition.C ├── capital_C-336 │ └── addition.C ├── capital_C-337 │ └── addition.C ├── capital_C-338 │ └── addition.C ├── capital_C-339 │ └── addition.C ├── capital_C-340 │ └── addition.C ├── capital_C-341 │ └── addition.C ├── capital_C-342 │ └── addition.C ├── capital_C-343 │ └── addition.C ├── capital_C-344 │ └── addition.C ├── capital_C-345 │ └── addition.C ├── capital_C-346 │ └── addition.C ├── capital_C-347 │ └── addition.C ├── capital_C-348 │ └── addition.C ├── capital_C-349 │ └── addition.C ├── capital_C-350 │ └── addition.C ├── capital_C-351 │ └── addition.C ├── capital_C-352 │ └── addition.C ├── capital_C-353 │ └── addition.C ├── capital_C-354 │ └── addition.C ├── capital_C-355 │ └── addition.C ├── capital_C-356 │ └── addition.C ├── capital_C-357 │ └── addition.C ├── capital_C-358 │ └── addition.C ├── capital_C-359 │ └── addition.C ├── capital_C-360 │ └── addition.C ├── capital_C-361 │ └── addition.C ├── capital_C-362 │ └── addition.C ├── capital_C-363 │ └── addition.C ├── capital_C-364 │ └── addition.C ├── capital_C-365 │ └── addition.C ├── capital_C-366 │ └── addition.C ├── capital_C-367 │ └── addition.C ├── capital_C-368 │ └── addition.C ├── capital_C-369 │ └── addition.C ├── capital_C-370 │ └── addition.C ├── capital_C-371 │ └── addition.C ├── capital_C-372 │ └── addition.C ├── capital_C-373 │ └── addition.C ├── capital_C-374 │ └── addition.C ├── capital_C-375 │ └── addition.C ├── capital_C-376 │ └── addition.C ├── capital_C-377 │ └── addition.C ├── capital_C-378 │ └── addition.C ├── capital_C-379 │ └── addition.C ├── capital_C-380 │ └── addition.C ├── capital_C-381 │ └── addition.C ├── capital_C-382 │ └── addition.C ├── capital_C-383 │ └── addition.C ├── capital_C-384 │ └── addition.C ├── capital_C-385 │ └── addition.C ├── capital_C-386 │ └── addition.C ├── capital_C-387 │ └── addition.C ├── capital_C-388 │ └── addition.C ├── capital_C-389 │ └── addition.C ├── capital_C-390 │ └── addition.C ├── capital_C-391 │ └── addition.C ├── capital_C-392 │ └── addition.C ├── capital_C-393 │ └── addition.C ├── capital_C-394 │ └── addition.C ├── capital_C-395 │ └── addition.C ├── capital_C-396 │ └── addition.C ├── capital_C-397 │ └── addition.C ├── capital_C-398 │ └── addition.C ├── capital_C-399 │ └── addition.C ├── capital_C-400 │ └── addition.C ├── capital_C-401 │ └── addition.C ├── capital_C-402 │ └── addition.C ├── capital_C-403 │ └── addition.C ├── capital_C-404 │ └── addition.C ├── capital_C-405 │ └── addition.C ├── capital_C-406 │ └── addition.C ├── capital_C-407 │ └── addition.C ├── capital_C-408 │ └── addition.C ├── capital_C-409 │ └── addition.C ├── capital_C-410 │ └── addition.C ├── capital_C-411 │ └── addition.C ├── capital_C-412 │ └── addition.C ├── capital_C-413 │ └── addition.C ├── capital_C-414 │ └── addition.C ├── capital_C-415 │ └── addition.C ├── capital_C-416 │ └── addition.C ├── capital_C-417 │ └── addition.C ├── capital_C-418 │ └── addition.C ├── capital_C-419 │ └── addition.C ├── capital_C-420 │ └── addition.C ├── capital_C-421 │ └── addition.C ├── capital_C-422 │ └── addition.C ├── capital_C-423 │ └── addition.C ├── capital_C-424 │ └── addition.C ├── capital_C-425 │ └── addition.C ├── capital_C-426 │ └── addition.C ├── capital_C-427 │ └── addition.C ├── capital_C-428 │ └── addition.C ├── capital_C-429 │ └── addition.C ├── capital_C-430 │ └── addition.C ├── capital_C-431 │ └── addition.C ├── capital_C-432 │ └── addition.C ├── capital_C-433 │ └── addition.C ├── capital_C-434 │ └── addition.C ├── capital_C-435 │ └── addition.C ├── capital_C-436 │ └── addition.C ├── capital_C-437 │ └── addition.C ├── capital_C-438 │ └── addition.C ├── capital_C-439 │ └── addition.C ├── capital_C-440 │ └── addition.C ├── capital_C-441 │ └── addition.C ├── capital_C-442 │ └── addition.C ├── capital_C-443 │ └── addition.C ├── capital_C-444 │ └── addition.C ├── capital_C-445 │ └── addition.C ├── capital_C-446 │ └── addition.C ├── capital_C-447 │ └── addition.C ├── capital_C-448 │ └── addition.C ├── capital_C-449 │ └── addition.C ├── capital_C-450 │ └── addition.C ├── capital_C-451 │ └── addition.C ├── capital_C-452 │ └── addition.C ├── capital_C-453 │ └── addition.C ├── capital_C-454 │ └── addition.C ├── capital_C-455 │ └── addition.C ├── capital_C-456 │ └── addition.C ├── capital_C-457 │ └── addition.C ├── capital_C-458 │ └── addition.C ├── capital_C-459 │ └── addition.C ├── capital_C-460 │ └── addition.C ├── capital_C-461 │ └── addition.C ├── capital_C-462 │ └── addition.C ├── capital_C-463 │ └── addition.C ├── capital_C-464 │ └── addition.C ├── capital_C-465 │ └── addition.C ├── capital_C-466 │ └── addition.C ├── capital_C-467 │ └── addition.C ├── capital_C-468 │ └── addition.C ├── capital_C-469 │ └── addition.C ├── capital_C-470 │ └── addition.C ├── capital_C-471 │ └── addition.C ├── capital_C-472 │ └── addition.C ├── capital_C-473 │ └── addition.C ├── capital_C-474 │ └── addition.C ├── capital_C-475 │ └── addition.C ├── capital_C-476 │ └── addition.C ├── capital_C-477 │ └── addition.C ├── capital_C-478 │ └── addition.C ├── capital_C-479 │ └── addition.C ├── capital_C-480 │ └── addition.C ├── capital_C-481 │ └── addition.C ├── capital_C-482 │ └── addition.C ├── capital_C-483 │ └── addition.C ├── capital_C-484 │ └── addition.C ├── capital_C-485 │ └── addition.C ├── capital_C-486 │ └── addition.C ├── capital_C-487 │ └── addition.C ├── capital_C-488 │ └── addition.C ├── capital_C-489 │ └── addition.C ├── capital_C-490 │ └── addition.C ├── capital_C-491 │ └── addition.C ├── capital_C-492 │ └── addition.C ├── capital_C-493 │ └── addition.C ├── capital_C-494 │ └── addition.C ├── capital_C-495 │ └── addition.C ├── capital_C-496 │ └── addition.C ├── capital_C-497 │ └── addition.C ├── capital_C-498 │ └── addition.C └── capital_C-499 │ └── addition.C └── test.sh /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: jidicula 4 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | # Maintain dependencies for GitHub Actions 4 | - package-ecosystem: "github-actions" 5 | directory: "/" 6 | schedule: 7 | interval: "weekly" 8 | day: "saturday" 9 | time: "06:00" 10 | timezone: "America/Toronto" 11 | open-pull-requests-limit: 99 12 | commit-message: 13 | prefix: "build: " 14 | reviewers: 15 | - "jidicula" 16 | assignees: 17 | - "jidicula" 18 | -------------------------------------------------------------------------------- /.github/workflows/test-ubuntu-22.04.yml: -------------------------------------------------------------------------------- 1 | name: ubuntu-22.04 Tests 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | pull_request: 8 | 9 | defaults: 10 | run: 11 | shell: bash 12 | 13 | jobs: 14 | tests: 15 | name: Tests 16 | uses: ./.github/workflows/tests.yml 17 | with: 18 | runner-os: "ubuntu-22.04" 19 | -------------------------------------------------------------------------------- /.github/workflows/test-ubuntu-24.04.yml: -------------------------------------------------------------------------------- 1 | name: ubuntu-24.04 Tests 2 | 3 | on: 4 | push: 5 | branches: 6 | - main 7 | pull_request: 8 | 9 | defaults: 10 | run: 11 | shell: bash 12 | 13 | jobs: 14 | tests: 15 | name: Tests 16 | uses: ./.github/workflows/tests.yml 17 | with: 18 | runner-os: "ubuntu-24.04" 19 | -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- 1 | repos: 2 | - repo: https://github.com/pre-commit/pre-commit-hooks 3 | rev: v4.0.1 4 | hooks: 5 | - id: check-yaml 6 | - id: end-of-file-fixer 7 | - id: trailing-whitespace 8 | - id: check-merge-conflict 9 | - id: mixed-line-ending 10 | - id: check-added-large-files 11 | - repo: https://github.com/scop/pre-commit-shfmt 12 | rev: v3.5.1-1 13 | hooks: 14 | - id: shfmt 15 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Supported Versions 4 | 5 | | Version | Supported | 6 | |----------|--------------------| 7 | | 4.14.x | :white_check_mark: | 8 | | < 4.14.x | :x: | 9 | 10 | ## Reporting a Vulnerability 11 | 12 | Send an email to the address on my GitHub profile, subject `clang-format-action SECURITY`. 13 | -------------------------------------------------------------------------------- /test/known_fail/addition.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.c++: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.cc: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.cpp: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.cu: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.cxx: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.ino: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.pde: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_fail/addition.proto: -------------------------------------------------------------------------------- 1 | syntax = "proto3"; 2 | 3 | package addition; 4 | 5 | message add_res { uint64 result = 1; } 6 | message add_req { 7 | uint64 a = 1; uint64 b = 2; 8 | } 9 | 10 | service addition { 11 | rpc add(add_req) returns (add_res); 12 | } 13 | -------------------------------------------------------------------------------- /test/known_fail/capital_C/addition.C: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2,sum; /* declaration before any executable statements*/ 7 | 8 | printf("Enter first integer\n"); /* prompt */ 9 | scanf("%d", &integer1); /* read an integer */ 10 | printf("Enter second integer\n"); /* prompt */ 11 | scanf("%d", &integer2); /* read an integer */ 12 | sum = integer1 + integer2; /* assignment of sum */ 13 | printf("Sum is %d\n", sum); /* print sum */ 14 | 15 | return 0; /* Indicate program ended successfully */ 16 | } 17 | -------------------------------------------------------------------------------- /test/known_pass/addition.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.c++: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.cc: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.cpp: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.cu: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.cxx: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.ino: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.pde: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/known_pass/addition.proto: -------------------------------------------------------------------------------- 1 | syntax = "proto3"; 2 | 3 | package addition; 4 | 5 | message add_res 6 | { 7 | uint64 result = 1; 8 | } 9 | message add_req 10 | { 11 | uint64 a = 1; 12 | uint64 b = 2; 13 | } 14 | 15 | service addition 16 | { 17 | rpc add(add_req) returns (add_res); 18 | } 19 | -------------------------------------------------------------------------------- /test/load_test/addition-000.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-001.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-002.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-003.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-004.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-005.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-006.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-007.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-008.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-009.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-010.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-011.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-012.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-013.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-014.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-015.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-016.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-017.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-018.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-019.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-020.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-021.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-022.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-023.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-024.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-025.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-026.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-027.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-028.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-029.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-030.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-031.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-032.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-033.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-034.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-035.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-036.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-037.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-038.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-039.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-040.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-041.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-042.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-043.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-044.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-045.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-046.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-047.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-048.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-049.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-050.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-051.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-052.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-053.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-054.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-055.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-056.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-057.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-058.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-059.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-060.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-061.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-062.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-063.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-064.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-065.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-066.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-067.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-068.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-069.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-070.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-071.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-072.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-073.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-074.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-075.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-076.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-077.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-078.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-079.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-080.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-081.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-082.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-083.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-084.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-085.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-086.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-087.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-088.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-089.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-090.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-091.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-092.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-093.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-094.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-095.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-096.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-097.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-098.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-099.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-100.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-1000.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-101.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-102.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-103.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-104.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-105.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-106.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-107.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-108.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-109.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-110.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-111.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-112.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-113.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-114.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-115.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-116.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-117.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-118.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-119.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-120.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-121.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-122.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-123.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-124.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-125.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-126.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-127.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-128.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-129.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-130.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-131.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-132.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-133.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-134.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-135.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-136.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-137.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-138.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-139.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-140.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-141.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-142.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-143.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-144.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-145.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-146.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-147.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-148.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-149.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-150.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-151.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-152.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-153.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-154.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-155.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-156.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-157.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-158.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-159.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-160.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-161.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-162.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-163.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-164.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-165.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-166.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-167.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-168.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-169.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-170.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-171.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-172.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-173.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-174.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-175.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-176.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-177.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-178.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-179.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-180.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-181.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-182.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-183.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-184.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-185.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-186.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-187.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-188.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-189.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-190.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-191.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-192.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-193.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-194.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-195.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-196.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-197.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-198.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-199.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-200.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-201.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-202.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-203.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-204.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-205.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-206.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-207.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-208.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-209.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-210.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-211.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-212.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-213.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-214.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-215.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-216.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-217.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-218.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-219.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-220.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-221.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-222.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-223.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-224.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-225.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-226.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-227.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-228.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-229.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-230.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-231.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-232.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-233.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-234.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-235.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-236.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-237.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-238.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-239.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-240.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-241.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-242.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-243.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-244.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-245.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-246.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-247.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-248.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-249.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-250.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-251.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-252.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-253.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-254.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-255.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-256.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-257.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-258.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-259.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-260.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-261.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-262.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-263.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-264.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-265.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-266.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-267.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-268.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-269.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-270.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-271.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-272.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-273.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-274.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-275.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-276.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-277.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-278.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-279.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-280.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-281.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-282.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-283.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-284.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-285.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-286.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-287.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-288.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-289.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-290.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-291.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-292.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-293.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-294.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-295.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-296.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-297.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-298.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-299.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-300.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-301.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | -------------------------------------------------------------------------------- /test/load_test/addition-302.c: -------------------------------------------------------------------------------- 1 | /* Addition program */ 2 | #include 3 | 4 | main() 5 | { 6 | int integer1, integer2, 7 | sum; /* declaration before any executable statements*/ 8 | 9 | printf("Enter first integer\n"); /* prompt */ 10 | scanf("%d", &integer1); /* read an integer */ 11 | printf("Enter second integer\n"); /* prompt */ 12 | scanf("%d", &integer2); /* read an integer */ 13 | sum = integer1 + integer2; /* assignment of sum */ 14 | printf("Sum is %d\n", sum); /* print sum */ 15 | 16 | return 0; /* Indicate program ended successfully */ 17 | } 18 | --------------------------------------------------------------------------------