Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion uva-online-judge/accepted-solutions/11262 - Weird Fence.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
lamphanviet/competitive-programming

He has augmented the code so that no one can understand.
1 dim aarrays are converted to 2 dim.
Names are encrypted
Why code is uploaded in the first place.


//============================================================================
// Author : LAM PHAN VIET - lamphanviet@gmail.com
// Problem Name : 11262 - Weird Fence
Expand Down Expand Up @@ -127,4 +135,4 @@ int main() {
else printf("%d\n", res);
}
return 0;
}
}