Browse Source

Remove semicolon to test bad compilation

master
Abheek Dhawan 3 years ago
parent
commit
2f5c811e51
  1. 3
      usaco/Teleportation/index.cpp

3
usaco/Teleportation/index.cpp

@ -2,8 +2,7 @@
int a, b, x, y;
int main() {
std::cin >> a >> b >> x >> y;
int path1;
std::cin >> a >> b >> x >> y int path1;
int path2;
int path3;
int ans;

Loading…
Cancel
Save