Files
UVA/2010-06-09/10085.cpp
2018-10-20 23:27:07 +08:00

11 lines
145 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
date:107/10/13
author:Chen Yi Jing
3 * 3移動拼圖要變成目標樣子
*/
#include <iostream>
using namespace std;
int main () {
}