题目:Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999. 题解:这道题跟interger to roman一样都得先熟悉罗马数字的规则。罗...
分类:
编程语言 时间:
2014-08-02 10:01:33
阅读次数:
231
题目:Reverse digits of an integer.Example1: x = 123, return 321Example2: x = -123, return -321click to show spoilers.Have you thought about this?Here...
分类:
编程语言 时间:
2014-08-02 09:56:33
阅读次数:
249
题目:Given an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999.题解:这道题。。还有哪个roman to integer。。第一件事 就是先把r....
分类:
编程语言 时间:
2014-08-02 09:54:23
阅读次数:
314
多线程操里操作webbrowser的 Frames有这样一个函数,直接在窗体中运行正常,但放到线程里一到frames就报错procedure TForm1.fillframese1(webbrowser:TWebBrowser;params:TStrings;frameindex:integer);...
分类:
编程语言 时间:
2014-08-01 23:04:12
阅读次数:
243
问题:罗马数字变为整数class Solution {public: int romanToInt(string s) { char c[10][10][10]={{"0","I","II","III","IV","V","VI","VII","VIII","IX"},{"0"...
分类:
其他好文 时间:
2014-08-01 23:01:02
阅读次数:
209
An interesting mobile gameTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:329564-bit integer IO format:%I64d Jav...
分类:
其他好文 时间:
2014-08-01 22:59:12
阅读次数:
471
HometaskTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:154A64-bit integer IO format:%I64d Java class na...
分类:
其他好文 时间:
2014-08-01 22:58:52
阅读次数:
494
CollidersTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:155D64-bit integer IO format:%I64d Java class n...
分类:
其他好文 时间:
2014-08-01 22:44:42
阅读次数:
357
In this challenge you need to print the data that accompanies each integer in a list. In addition, if two strings have the same integers, you need to ...
分类:
其他好文 时间:
2014-08-01 22:40:42
阅读次数:
323
Count ColorTime Limit: 1000 MS Memory Limit: 65536 KB64-bit integer IO format: %I64d , %I64u Java class name: Main[Submit] [Status] [Discuss]Descripti...
分类:
其他好文 时间:
2014-08-01 22:35:22
阅读次数:
290