Compile Error
foo.cpp: In function 'int main()':
foo.cpp:11:15: error: 'getchar' was not declared in this scope
b=getchar();
^
foo.cpp:21:15: error: 'getchar' was not declared in this scope
c=getchar();
^
foo.cpp:81:17: error: 'putchar' was not declared in this scope
putchar(e[i]);
^
foo.cpp:7:17: warning: unused variable 't' [-Wunused-variable]
int n=0,m=0,t,i,j;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1778 vigenere密码
- 语言
- C++
- 递交时间
- 2014-10-28 19:03:42
- 评测时间
- 2014-10-28 19:03:43
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes