AC后:Sicily第一题,真正意义上的绝对水题,不解释;
AC前:Sicily路程上的第一题,让无数第一次接触Sicily的人WA,CE,PE,TLE无数次而悲痛欲绝的题,你懂的……
Run Time: 0sec
Run Memory: 288KB
Code length: 130Bytes
Submit Time: 2011-01-06 23:13:05
// Problem#: 1000
// Submission#: 569642
// The source code is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License
// URI: http://creativecommons.org/licenses/by-nc-sa/3.0/
// All Copyright reserved by Informatic Lab of Sun Yat-sen University
#include <stdio.h>
int main()
{
int A, B;
scanf( "%d%d", &A, &B );
printf( "%d\n", A-B );
return 0;
}
本文探讨了Sicily编程挑战中的一个难题,从AC后到AC前,其性质和解决策略发生了显著变化。通过对比分析,揭示了编程初学者在面对复杂问题时的心理变化与应对策略。
833

被折叠的 条评论
为什么被折叠?



