Skip to content

Commit

Permalink
Update l1.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
s7net authored Jan 28, 2024
1 parent fd6cefd commit 166cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Programming competition/l1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ int main()
{
int side;
cin >> side;
court << side*side;
cout << side*side;
return 0;
}

0 comments on commit 166cac1

Please sign in to comment.