diff --git a/9.cxx b/9.cxx index 810e00b..90c6129 100644 --- a/9.cxx +++ b/9.cxx @@ -10,7 +10,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License @@ -18,10 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. * - * */ - #include using namespace std; @@ -35,8 +33,6 @@ int main() string a[6]={"1/6","1/3","1/2","2/3","5/6","1/1"}; cout << a[i-1]; - - return 0; }